Java’s silent killer – Integer Overflow, Careful !
Believe it or not, Java contains Integer buffer overflow as well. I’m not sure is this the correct word to describe it or not, may be you can suggest some 🙂 OK, please take a look at below program, this program print the number of microseconds in a day. public class JavaLongOverflow { public static …