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 java jit compilers?
Are primitives objects?
What is printwriter in java?
Does substring create a new object?
Differentiate between a class and an object.
What is compareto?
Is main is a keyword?
What is the maximum size of hashmap in java?
Can we have any code between try and finally blocks?
Does windows 10 need java?
What types of index data structures can you have in java?
What is static keyword in java?
What are parameters in a method?
Can we force the garbage collection to run?
Which class is the superclass for every class in java programming?