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 it possible to use string in the switch case?
There are three interfaces A,B & C. A extends B, B extends C, and C extends A.Is it multiple Inheritance? please anybody help me.....
Can a double value be cast to a byte?
What is an example of procedure?
Is singleton thread safe in java?
What is the purpose of nested class in java?
Why is stringbuffer not immutable?
how to handle exceptions in core applications?
What is a parent class in java?
Difference between class#getinstance() and new operator ?
What is tree in java?
Can you explain inner class.