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 |
How many types of interfaces are there?
What is string value?
What is a pattern what is an anti pattern?
Write a java program to count the number of words present in a string?
how can i cal servlet from jsp page?how can i pass variablesfrom the jsp that servlet can access?
design an lru cache in java?
Explain about vector, dictionary,hash table, property classes?
What do you understand by the bean persistent property?
What is split return?
Which collection is thread safe in java?
What is the public field modifier?
Can we clone singleton object?