What are the Object and Class that classes used for?
Answer Posted / janet
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.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Can we have try block without catch block?
Is arraylist ordered in java?
What is an off by one error in java?
What is a databasemetadata?
What are the principle concepts of oops?
Is int primitive data type?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What are the two parts of a conditional statement?
How do you get length in java?
What is nullpointerexception in java?
What is procedure writing?
What does index mean in java?
How do you use compareto method?
What is meant by main method?
How to perform linear search in java?