What is the root class for all Java classes?
Answers were Sorted based on User's Feedback
Answer / keerthi
Any class that is written in java is aby default sub class to object class
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / srinivas
object class is the root class for all java classes
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / 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 |
How many types of threads are there in java?
which class is the wait() method defined in? : Java thread
jdbc drivers?
what happens when a thread cannot acquire a lock on an object? : Java thread
How do you define a parameter?
Can we have any code between try and finally blocks?
what is the replacement method of stop() of thread
garbate collector(GC)?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
Which class should you use to obtain design information about an object in java programming?
explain the classification of exception and hoew to handle the exceptions
What is byte code and why is it important to java’s use for internet programming?