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
What is difference between jdk,jre and jvm?
What is the difference between stream and buffer?
What are three advantages of using functions?
What do you mean by exception handling in Java?
What is the relationship between class and object?
Does constructor be static?
What does t in java mean?
What does indexof mean?
Why array is used in java?
How are variables stored?
Give me example of derived data types.
What is unicode datatype?
How to implement a multithreaded applet?
When we serialize an object does the serialization mechanism saves its references too?
Why generics are used in java?