fork download
  1. class Scratch {
  2. public static void main(String[] args) {
  3. Object o = new Object();
  4. int hash = o.<String>hashCode();
  5. }
  6. }
Success #stdin #stdout 0.08s 47092KB
stdin
Standard input is empty
stdout
Standard output is empty