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

Is null == null in java?

0 Answers  


Can you explain the usages of class.forname()?

0 Answers  


why constructor dont have returns type?

9 Answers   IBM,


What is the integer of 16?

0 Answers  


waht You know about thread programming?

1 Answers  


What’s a deadlock?

0 Answers  


Explain the importance of thread scheduler in java?

0 Answers  


Can java program run without jre?

0 Answers  


What does the ‘static’ keyword mean? Is it possible to override private or static method in java?

0 Answers  


Does string is thread-safe in java?

0 Answers  


What is assembly language?

0 Answers  


Can you explain the private protected field modifier?

0 Answers  


Categories