What are the override methods in Object class?
Answers were Sorted based on User's Feedback
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 |
Answer / koushik
override the toString() method in object class.
Is This Answer Correct ? | 13 Yes | 2 No |
Is null == null in java?
Can you explain the usages of class.forname()?
why constructor dont have returns type?
What is the integer of 16?
waht You know about thread programming?
What’s a deadlock?
Explain the importance of thread scheduler in java?
Can java program run without jre?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
Does string is thread-safe in java?
What is assembly language?
Can you explain the private protected field modifier?