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 a variable analysis?
What technique is carried out to find out if a particular string is empty?
How many ways can an argument be passed to a subroutine and explain them?
What is the difference between a constructor and a method?
What is defined as false sharing in the context of multithreading?
How can we make a class virtual?
What is method with example?
State the merge-sort principle and its time complexity.
What is java reflection?
What does the “static” keyword mean?
Explain oops concepts in detail?
What is the constructor?
Which object oriented concept is achieved by using overloading and overriding?
Discuss about garbage collector in Java.
Explain the pointers in Java?