Which class is extended by all other classes?

Answers were Sorted based on User's Feedback



Which class is extended by all other classes?..

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

Which class is extended by all other classes?..

Answer / ravikiran

Object

Is This Answer Correct ?    9 Yes 1 No

Which class is extended by all other classes?..

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

Which class is extended by all other classes?..

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

Post New Answer

More Core Java Interview Questions

What is the use of runnable interface?

0 Answers  


Can a class be private or protected in java?

0 Answers  


Why main function is static?

0 Answers   MCN Solutions,


What is the size of a string in java?

0 Answers  


What is dynamic array in java?

0 Answers  






What carriage return means?

0 Answers  


What primitive Java types? Howmany are they and what are their names?

3 Answers  


Explain what are final variable in java?

0 Answers  


What are different types of states exist for a thread?

0 Answers  


What is the use of a copy constructor?

0 Answers   Flextronics,


What is a parameter example?

0 Answers  


what is class.forname() and how it will be useful ?

3 Answers  


Categories