I want to know what is the concept of object class in java.
Thank you.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vipendra VermaPosted Apr 22, 2012, 12:05 AM
Satyapriya NayakPosted Apr 21, 2012, 7:57 AM
Class Object is the root of the class hierarchy. Every class has Object as a superclass
Please refer the below links
http://www.tutorialspoint.com/java/java_object_classes.htm
http://www.cis.upenn.edu/~bcpierce/courses/629/jdkdocs/api/java.lang.Object.html
Thanks