Guest User

Untitled

a guest
Dec 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Object o = new String();
  2. String s =
  3. (String)//what does the JVM do?
  4. o;
  5.  
  6. Object o = (Object)//What do I do now?
  7. new String();
Add Comment
Please, Sign In to add comment