标题: [Oracle interview]How does Java handle integer overflows and underflows? [打印本页] 作者: 胡一搏 时间: 2013-8-16 16:22 标题: [Oracle interview]How does Java handle integer overflows and underflows? 作者: 费庆龄 时间: 2013-8-16 16:26
It uses those low order bytes of the result that can fit into the size of the type allowed by the operation.