Advertisement
Guest User

Untitled

a guest
Oct 16th, 2013
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. Object b = null;
  2. Class t1 = b.getClass();
  3. Class <?> t2 = b.getClass();
  4. Class <? extends Object> t3 = b.getClass();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement