Computer Science, asked by namitasinghmoni, 1 month ago

difference between = and == operator in java​

Answers

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