0 / 60 seg.

What does the following Java code demonstrate?

int x = 100;
byte y = (byte)x;
System.out.println(y);