Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

All classes in Java are inherited from which class?

a) java.lang.class
b) java.class.inherited
c) java.class.object
d) java.lang.Object

Answer: d
Explanation: All classes in java are inherited from Object class. Interfaces are not inherited from Object Class.

Join The Discussion