Are the equals() and hashCode() protected methods of object class?
Answer Posted / javamasque
No, the equals() and hashCode() are public methods of object class.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the difference between multiple processes and multiple threads?
What are the topics in core java?
What is the use of set in java?
What is meant by data hiding in java?
What does sizeof return?
Explain differences between checked and unchecked exceptions in java?
What Is Query Throttling in java?
Explain about version control?
What is the difference between variable declaration and variable initialization?
Can you declare a private method as static?
which class is the wait() method defined in? : Java thread
What are the topics in advance java?
Why are functions called methods in java?
Why do we need wrapper classes?
Difference between throw and throws?