Saved Bookmarks
| 1. |
What Are The Object And Class Classes Used For? |
|
Answer» The OBJECT class is the highest-level class in the Java class HIERARCHY. The Class class is used to represent the classes and INTERFACES that are LOADED by a Java PROGRAM.. The Object class is the highest-level class in the Java class hierarchy. The Class class is used to represent the classes and interfaces that are loaded by a Java program.. |
|