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


Please Help Members By Posting Answers For Below Questions

What carriage return means?

609


Is integer a class?

680


What are recursive functions?

681


How is it possible for two string objects with identical values not to be equal under the == operator?

621


What is the purpose of the enableevents() method?

675






What must a class do to implement an interface in java programming?

630


Why charat is used in java?

671


What does this () mean in constructor chaining concept?

678


What is the default value of the local variables?

606


What do you mean by aggregation?

660


What is class and its types?

636


Can we force the garbage collection to run?

618


What is difference between module and function?

631


is there a separate stack for each thread in java? : Java thread

630


What do you understand by copy constructor in java?

614