Advertisement
Guest User

Untitled

a guest
Sep 12th, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Java 8:
  2. setObj: com.jlectra.App$MyCallable; [com.jlectra.App$Annot,]
  3. setObj: java.util.concurrent.Callable; [com.jlectra.App$Annot,]
  4. wait: long; []
  5. wait: int; []
  6. wait: long; []
  7. equals: java.lang.Object; []
  8.  
  9.  
  10. Java 7:
  11. setObj: com.jlectra.App$MyCallable; [com.jlectra.App$Annot,]
  12. setObj: java.util.concurrent.Callable; []
  13. wait: long; []
  14. wait: int; []
  15. wait: long; []
  16. equals: java.lang.Object; []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement