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 |
What all methods are used to prevent thread execution ?
What are the steps in the jdbc connection?
What is the difference between the continue and break statement?
Why 1 is not a prime number?
What does serializing data mean?
Is java programming easy?
State the difference between creating string as new () and literal.
Which Math method is used to calculate the absolute value of a number?
If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?
Can you declare a static variable in a method?
What is a substring of a string?
Explain about main() method in java ?