what is the purpose of class "Object" which is base class
for all classes?
Answer Posted / lakshmi
object class is a base class for all class in java.using
this class we can call from super class methods and
variables to sub class
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is java map thread safe?
What about interthread communication and how it takes place in java?
Can we nested try statements in java?
How do you reverse a string in java without using string buffer?
What is an array in java?
What is preparedstatement in java?
Explain the difference between an Interface and an Abstract class?
What is the most important feature of java? What is an interface?
Which access specifier can be used with class ?
Explain about anonymous inner classes ?
What does += mean coding?
What restrictions are placed on method overloading?
What is Classloader in Java?
What is nullpointerexception?
Can we have more than one package statement in the source file?