0 / 60 seg.

Analyze the outcome of this code using parseByte:

String byteValue = "-128";
byte minByte = Byte.parseByte(byteValue);
System.out.println(minByte);