Computer Science, asked by tanyamalviya46, 1 month ago

compare class with object​

Answers

Answered by bhumikamanjunath1206
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