Java Super Class

Which is the most super class of all the Java classes?

Questions by MAYNKJAIN

Showing Answers 1 - 21 of 21 Answers

The Object Class (java.lang.object) is the super class in the Java.

If you write or use any Java class, that can inherit the instance method of Object class.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions