Analyze the output of this Java code using parseShort:
String shortString = "32000";
short largeShort = Short.parseShort(shortString);
System.out.println(largeShort);
Analyze the output of this Java code using parseShort:
String shortString = "32000";
short largeShort = Short.parseShort(shortString);
System.out.println(largeShort);