0 / 60 seg.

Considera el siguiente código Java. ¿Qué imprimirá?

byte a = 127;
byte b = -128;
System.out.println(a + b);