Core Java Interview Questions and Answers For Freshers and Experience Part-22
27. 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.
Read More