Thursday, March 12, 2009

What are the Object and Class classes used for? (CoreJava)

Question :What are the Object and Class classes used for? (CoreJava)
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.

No comments: