I\'m parsing a string of 15 digits like this:
String str = \"100004159312045\"; int i = Integer.parseInt(str);
I\'m getting an exception wh
int is 32 signed bit, its max value is 2^31-1 = 2147483647