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 |
What is the difference between a method and a function in alice?
What is return keyword in java?
How would you use Bubble Sort to sort the number of elements?
What is protected in java?
Is alive in java?
How to sort the elements in HashMap
What are access specifiers available in java?
Can we override tostring method in java?
What is a null point?
What is the parse method in java?
is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?
In method overloading ,if i change the return type to Long instead of INT,is the program execute