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 |
Can we declare the static variables and methods in an abstract class?
why Interface used?
What is initial size of arraylist in java?
What is int short for?
Can applet in different page/s communicate with each other?
how many types of Inheritance?
What are Encapsulation, Polymorphism and Inheritance?
Define inheritance?
What is double in java?
What are non-access modifiers?
Explain about arraylist?
What is java util function?