1
Reply

what is the difference between a.Equals(b) and a == b?

Rohatash Kumar

Rohatash Kumar

13y
5.2k
0
Reply

    a.equal(b) handles null values and willnot return error message.

    a==b will generate error when b is null.