Advertisement
Guest User

Object

a guest
Sep 21st, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Методы класса Object:
  2. Может являться ссылкой для чего угодно
  3. public final native Class getClass()
  4. public native int hashCode()
  5. public boolean equals(Object obj)
  6. protected native Object clone() throws CloneNotSupportedException
  7. public String toString()
  8.  
  9. wait(), notify(), notifyAll()
  10. protected void finalize() throws Throwable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement