why Object is the super class of all java classes? pls send me theanswer
Because we are oriented to object, i think so.
The java program is essentially manipulation ofmethod and class.The class inherit some properties on which there structure built uplater.Object is the basic class and all classes are subclass of Object.