What is the root class for all Java classes?
Answer Posted / srinivas
object class is the root class for all java classes
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
a thread is runnable, how does that work? : Java thread
Can I extend singleton class in java?
What are loops in java? What are three types of loops?
What is finalize()? Is finalize() similar to a destructor?
why an outer class cannot be declared as private?
Explain reverse a linked list iterative solution in java?
Is arraylist sorted in java?
How do you sort objects in java?
According to java operator precedence, which operator is considered to be with highest precedence?
Explain restrictions on using enum?
What is a subsequence of a string?
Explain about assignment statement?
What are the types of collections in java?
What is difference between this and super keyword?
Highest level event class of the event-delegation model?