Using DecimalFormat gives no parse exception when using this kind of number:
123hello
which is obviously not really a number, and converts to 123.0 value. How can I avoid this kind of behaviour?
As a side note hello123 does give an exception, which is correct.
Thanks, Marcel