difference between = and == operator in java
Answers
Answered by
0
In java both == and equals() method is used to check the equality of two variables or objects.
Following are the important differences between == and equals() method.
Attachments:
Similar questions