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 |
Can a class have more than one object?
Describe the term diamond problem.
Explain the selection sort algorithm and state its time complexity?
what is template design pattern?
How do you include a string in java?
Give reasons supporting that string is immutable.
can any one tell me what is advantage of encapsulation
What are the restriction imposed on a static method or a static block of code?
Why is string builder not thread safe?
What is OOPs & Why?
What is module in oop?
Differentiate jar and war files?