How does Java handle integer underflows and overflows and how would you check for it?
Posted
by KushalP
on Stack Overflow
See other posts from Stack Overflow
or by KushalP
Published on 2010-06-08T22:37:16Z
Indexed on
2010/06/08
22:42 UTC
Read the original article
Hit count: 310
How does Java handle integer underflows and overflows?
Leading on from that, how would you check/test that this is occurring?
© Stack Overflow or respective owner