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 carriage return means?
Is integer a class?
What are recursive functions?
How is it possible for two string objects with identical values not to be equal under the == operator?
What is the purpose of the enableevents() method?
What must a class do to implement an interface in java programming?
Why charat is used in java?
What does this () mean in constructor chaining concept?
What is the default value of the local variables?
What do you mean by aggregation?
What is class and its types?
Can we force the garbage collection to run?
What is difference between module and function?
is there a separate stack for each thread in java? : Java thread
What do you understand by copy constructor in java?