why the equals method can be override?when we override the
equals method?
Answer Posted / manju kt
to check if 2 objects references to the same memory
location..
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
Can we change the scope of the overridden method in the subclass?
Difference between object instantiation and construction ?
How many ways can you break a singleton class in java?
What is starvation?
What is the use of http-tunneling in rmi?
What is an image buffer?
Define jit compiler?
What is string substring?
What are the different types of multitasking?
What is finally and finalize in java?
Is Constructor possible in abstract class in java ?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
What is difference between static class and singleton pattern?
What are different types of encoding?
How to create a custom exception?