By bloid
via chasethedevil.blogspot.com
Published: Jun 17 2009 / 13:40
A coworker recently asked me if there was a guaranteed behavior in the case of int overflow. He gave the specific example on:
can we rely that int x = Integer.MAX_VALUE + 1 is the same for every JVM on any platform?



Add your comment