Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class A
  2. {
  3. public static void main(String reds[])
  4. {
  5. A ob=new A();
  6. System.out.println("Object "+ob);
  7. System.out.println("HashCode "+ob.hashCode());
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement