Guest User

Untitled

a guest
Dec 14th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. public class Reflexive {
  2.     public static void main(String args[])
  3.     {
  4.         String x = "adf";
  5.         System.out.println(x == x);
  6.     }
  7. }
Add Comment
Please, Sign In to add comment