Which class is extended by all other classes?
Answers were Sorted based on User's Feedback
Answer / debapriya patra
Everybody Knows abt the answer.Bcz its a very easy
question."Object" class is the super class of each and every
class.Sp by default every class extends the "Object" class
Is This Answer Correct ? | 17 Yes | 1 No |
Answer / kishor kommula
Every class by default extends Object.
Object class consist of various methods such as
clone,toString,getClass,finalize,notify,wait etc..
If you want to print your own object to the console you
must override the toString method...
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / anjan singh
the answer is already given above. let me ask u another
question related to this one
If every class already extends Object class , how can we
still extend another class??
eg.:
class B extends A{}
if class B already extends Object class , how can it extend
class A?
Is This Answer Correct ? | 2 Yes | 0 No |
What is the use of runnable interface?
Can a class be private or protected in java?
Why main function is static?
What is the size of a string in java?
What is dynamic array in java?
What carriage return means?
What primitive Java types? Howmany are they and what are their names?
Explain what are final variable in java?
What are different types of states exist for a thread?
What is the use of a copy constructor?
What is a parameter example?
what is class.forname() and how it will be useful ?