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 is the epoch date?

0 Answers  


Can we write multiple catch blocks under single try block?

0 Answers  


Is alive and join method in java?

0 Answers  


If an object reference is set to null, will the garbage collector immediately free the memory held by that object?

0 Answers  


What is the destroy method?

0 Answers  






Which sorting is used in arrays sort in java?

0 Answers  


How are multiple inheritances done in Java?

0 Answers   Atos Origin,


Convert a BST into a DLL and DLL to BST in place.

0 Answers   Amazon,


What do you mean by chromounits in java8?

0 Answers  


Why string is a class?

0 Answers  


What is an argument in java?

0 Answers  


What is the difference between hashmap and hashtable in java?

0 Answers  


Categories