Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. String s1 = "abc";
  2. String s2 = "abc";
  3. System.out.println("s1 == s2 is:" + s1 == s2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement