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 the difference is between execute, execute Query, execute Update?
Why is static used?
What is difference between overloading and overriding in java?
How to sort an unsorted array in java?
Explain numeric promotion?
Explain where variables are created in memory?
Explain the difference between abstract classes and interfaces in java?
How can u increase the heap size in the memory?
What is functional interface in javatpoint?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
What technique is carried out to find out if a particular string is empty?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
Explain the difference between private, public, package and protected in java?
Can list contain null in java?
Can an object be null?