...
OOPS
August 25, 2024
OOPS
August 25, 2024
OOPS
August 25, 2024
OOPS
August 25, 2024

OOPS

Question 129
Parent class of all java classes is____
A
Java.lang.system
B
Java.lang.object
C
Java.lang.class
D
Java.lang,reflect.object
Question 129 Explanation: 
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.
Correct Answer: B
Question 129 Explanation: 
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.

Leave a Reply

Your email address will not be published. Required fields are marked *