Custom Search

Friday, August 31, 2007

16. How does Java handle integer overflows and underflows?

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

No comments: