What are the override methods in Object class?

Answers were Sorted based on User's Feedback



What are the override methods in Object class?..

Answer / royal

There r total 11 methods r there..in that 11 only 5 methods
are override methods reaming r not override methods. becoz
those r final methods.

Override Methods
=====================

clone
toString
equals
hashCode
finalize

Is This Answer Correct ?    30 Yes 1 No

What are the override methods in Object class?..

Answer / koushik

override the toString() method in object class.

Is This Answer Correct ?    13 Yes 2 No

Post New Answer

More Core Java Interview Questions

What's the default access specifier for variables and methods of a class?

0 Answers  


what is singleton in java?

0 Answers   IBS,


What is meant by nested loop?

0 Answers  


how to print a numbers from 1 to 100 with out using control structures?

4 Answers   IBM,


What is the use of default method in interface in java?

0 Answers  






Why is the singleton pattern considered to be an anti pattern?

0 Answers  


How do you do exponents in java?

0 Answers  


What is lazy activation?

2 Answers   CMC,


What is a lightweight component?

0 Answers  


what is difference between abstract and interface? can i give real time example for the two topics?

7 Answers  


What are the differences between graph and tree?

0 Answers   Amazon,


What is the most important feature of java? What is an interface?

0 Answers  


Categories