Answer Posted / vinodh kumar
java.lang.Object.
Because all java classes are inherited from this class.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What is difference between call by value and call by reference?
what is static import in java? Explain
What will happen if a thrown exception is not handled?
Differentiate storage classes on the basis of their scope?
What is the difference between a local variable and an instance variable?
Are global variables initialized to zero?
What is a stack class in java ?
Can a final variable be manipulated in java?
Can you access the private method from outside the class?
Why java is considered dynamic?
Why is java so important?
When should you make a function static?
What is currentthread()?
Does java support function overloading, pointers, structures, unions or linked lists?