I have a simple code first I use this
Long.parseLong(4250120140405520712)
And it works but when I do this
Long.parseLong(42501201404055207123)
It fails. Adding an extra digit makes it throw a Number Format Exception. Can someone please explain