fork download
  1. class Tester
  2. {
  3. public static void main (String[] args)
  4. {
  5. boolean test = "cat" == "cat"; //true (!)
  6. System.out.println(test);
  7. }
  8. }
Success #stdin #stdout 0.08s 380224KB
stdin
Standard input is empty
stdout
true