How does Java handle integer overflows and underflows?

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

Read Online Java Job Interview Questions And Answers