why the equals method can be override?when we override the
equals method?
Answer Posted / dsureshkumar28
question is not clear
may ur question is
why hashcode() will be override when u override equals()?
is it
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can we catch more than one exception in single catch block?
Which method cannot be overridden in java?
Is the milky way in a void?
Can we extend private class in java?
What is method reference?
Explain 5 io best practices?
What access modifiers can be used for methods?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
How can you set an applet’s height and width as a percentage?
What is the biggest integer?
Write a program in java to establish a connection between client and server?
Which object oriented concept is achieved by using overloading and overriding?
What are instance variables?
a thread is runnable, how does that work? : Java thread
Difference between this() and super() in java ?