0 / 60 seg.

How does Java handle an unchecked exception like NullPointerException?

String str = null;
System.out.println(str.length());