Classes as the base class of it self?

Answer:
Classes are not base class of itself. Every class in Java is a derived class. Every class in Java has 'Object' as the Superclass. The Object class is the only class in JAVA that has no Superclass!
First answer by ID2378889284. Last edit by ID2378889284. Question popularity: 1 [recommend question].