What is the root class for all Java classes?
Answer Posted / keerthi
Any class that is written in java is aby default sub class to object class
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
Can we overload run() method in java?
How does thread synchronization occurs inside a monitor?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What is a condition in programming?
What are the benefits of immutable objects?
What is listnode in java?
What is the difference between preemptive scheduling and time slicing in java programming?
How to implement a multithreaded applet?
Can we create our own wrapper class in java?
Why java is object oriented?
What is an interface in java? Explain
What's the purpose of using break in each case of switch statement?
Give few examples of final classes defined in Java API?
What is the difference between an array and an array list?
What is the purpose class.forname method?