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 serialization in java?
What is hashtable and explain features of hashtable?
What is encapsulation in java?
What is the applet security manager, and what does it provide?
How do you find the independent variable?
What is static import in java?
Is heap stored in ram?
Which list is sorted in java?
What is the difference between inner class and nested class?
What are the restrictions that are applied to the java static methods?
What are inbuilt functions?
What are aggregate functions explain with examples?
How static variable work in java?
How do you calculate roots in java?
Can a abstract class be defined without any abstract methods?