fork download
  1. class PollinatingSandboxes {
  2. public static void main(String args[]) {
  3. String s = "pollinating sandboxes";
  4. System.out.println("hashCode() = " + s.hashCode());
  5. }
  6. }
  7.  
  8.  
Success #stdin #stdout 0.03s 4386816KB
stdin
Standard input is empty
stdout
hashCode() = 0