getting an Exception in thread "main" java.lang.NumberFormatException: For input string: "8801609054" even though it can properly read the format.
I'm using
Integer.parseInt("8801609054");
to do this. I've found people with similar error usually had null or empty values but this one has a value so I'm not sure where the error is coming from.
longor aBigIntegerhere... Alternative:BigDecimal