If String x Computer String y Applications What do the following
42 Likes
false
As strings x and y are not equal so x.equals(y) returns false.
x
y
x.equals(y)
Answered By
24 Likes