Question
What is an Object class?
Answer
-
The Object class in java.lang package is at the top of the class hierarchy tree.?
-
Every class is a descendant, direct or indirect of the Object class.?
-
Every class we use or write inherits the instance methods of Object class.?
-
Every class has Object as a superclass.?