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 return type of read()?
how can you catch multiple exceptions in java?
What is set string?
What is the difference between logical data independence and physical data independence?
What's the default access specifier for variables and methods of a class?
What class is used to implement a Throwable array?
what is difference between servletconfig and servletcontext?
What is jvm? How its run?
What is map and hashmap in java?
What happens to a static var that is defined within a method of a class?
What are the escape sequences in java?
How many types of packages are there in Java?