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
Explain, java is compatible with all servers but not all browsers?
Can I import same package/class twice?
Why does abstract class have constructor?
What is the main use of generics in java?
Can we clone singleton class in java?
Can we call the run() method instead of start()?
can I implement my own start() method? : Java thread
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
Is upper case in java?
why are there separate wait and sleep methods? : Java thread
Why stringbuffer is faster than string?
What are constructors in java?
What is formatted output?
Which is fastest collection in java?