0 / 60 seg.

Evaluate the Java code snippet using parseShort:

String value = "32767";
short maxShort = Short.parseShort(value);
System.out.println(maxShort + 1);