Object
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:
- JDK1.0
- See Also:
Class
Constructors
Object
public Object()
Methods
getClass
public final Class<?> getClass()
Returns the runtime class of this Object
. The returned Class
object is the object that is locked by static synchronized
methods of the represented class.
The actual result type