What are the override methods in Object class?
Answer Posted / 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 |
Post New Answer View All Answers
What is private static class in java?
What is the gregoriancalendar class in java programming?
What is visibility mode?
Can a class extend more than one class?
Explain aggregation in java?
what do you mean by classloader in java?
What is a protected void?
Can a static method be final?
What are the methods available in a class?
Who is the owner of java?
Is break statement can be used as labels in java?
How to find the given number is a prime number or not by getting input from the user
What is jrmp?
Explain about method local inner classes or local inner classes in java?
What is quick sort in java?