0
Whats object class in java
Please tell me..
3 Respostas
+ 1
Object class is the top most class in Java and every class is derived from it.
It resides in java.lang package.
For more details-
https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html
0
Ok
0
Can you please tell me about object class in java