compare class with object
Answers
Answered by
1
Answer:
In Java, the == operator compares that two references are identical or not. Whereas the equals() method compares two objects. Objects are equal when they have the same state (usually comparing variables). Objects are identical when they share the class identity.
Similar questions
Math,
2 months ago
Math,
4 months ago
Chemistry,
4 months ago
English,
11 months ago
Social Sciences,
11 months ago