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
How concurrent hashmap works?
What is an class?
What are the types of literals?
What do you mean by mnemonics?
When can you say a graph to be a tree?
Where is singleton pattern used?
How do you do exponents in java?
Which is the best approach for creating thread ?
Which class is used by server applications to obtain a port and listen for client requests?
How destructors are defined in java?
is it possible to instantiate the math class?
Can size_t be negative?
what is ststic with example
How do you start a thread?
If an object is garbage collected, can it become reachable again?