Hi(bye) Byte.MAX_VALUE + 1 == Byte.MIN_VALUE the above expression is evaluated as true. why is it so?according to my understanding 128 is not equals to -128.please explain. i'm new to java.Thx
> Hi> > (bye) Byte.MAX_VALUE + 1 == Byte.MIN_VALUE > > the above expression is evaluated as true. why is it> so?> according to my understanding 128 is not equals to> -128.0x7F + 1 == 0x80