[ Web Proxy ]
URL:
Viewing: https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/lang/Object.html [Back]  [Original]

Object (Java SE 24 & JDK 24)
Contents 
Hide sidebar ❮❯ Show sidebar
  1. Description
  2. Constructor Summary
  3. Method Summary
  4. Constructor Details
    1. Object()
  5. Method Details
    1. getClass()
    2. hashCode()
    3. equals(Object)
    4. clone()
    5. toString()
    6. notify()
    7. notifyAll()
    8. wait()
    9. wait(long)
    10. wait(long, int)
    11. finalize()

Class Object

java.lang.Object

public class Object
Class Object is the root of the class hierarchy. Every class has Object as a superclass. All objects, including arrays, implement the methods of this class.
Since:
1.0
See Also:


Web Proxy Viewer  |  New URL  |  Original Page