How does Java handle integer overflows and underflows?

Q

How does Java handle integer overflows and underflows?

✍: Guest

A

It uses those low order bytes of the result that can fit into the size of the type allowed by the operation.

2013-06-06, 2604👍, 0💬