What is the root class for all Java classes?
Answer Posted / bharath kumar indla
The Object class, in the java.lang package, sits at the top of the class hierarchy tree. Every class is a descendant, direct or indirect, of the Object class.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is getkey () in java?
Can inner class have constructor?
What is a function argument in java?
What is mnemonic in assembly language?
Is int primitive data type?
What is the difference between a checked and an unchecked exception?
explain what is transient variable in java?
Is sizeof a keyword in java programming?
Differece between class and generic class?
How do I print a “?
Can we assign null to double in java?
Write a method that will remove given character from the string?
Explain about oops concepts.
What are the main features of java?
Give some features of interface?