Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. String a = "a";
  2. String a1 = "a";
  3.  
  4. if(a == a1) {
  5. System.out.println("true");
  6. }else {
  7. System.out.println("false");
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement