Java
Programming and Technical
Q. What is the base class of all classes?
A. java.lang.Object
Read Solution (Total 2)
-
- java.lang
- 8 years agoHelpfull: Yes(0) No(0)
- Object class is the base of all classes in java
the fully qualified name of Object class is "java.lang.Object" - 3 years agoHelpfull: Yes(0) No(0)
Java Other Question