Interview Question
Created by admin on Sat, 17/11/2012 - 15:55
Question:
How does Java handle integer overflows and underflows?
Language:
Answer:
It uses those low order bytes of the result that can fit into the size of the type allowed by the operation.