fork(1) download
  1. class Main
  2. {
  3. public static void main (String[] args) throws java.lang.Exception
  4. {
  5. String s = null;
  6. String s2 = new String(s);
  7. System.out.println(s2);
  8. }
  9. }
Runtime error #stdin #stdout 0.02s 245632KB
stdin
Standard input is empty
stdout
Standard output is empty