hi,
How will i check if the user input is valid digit/numbers..?
How will i do it in java..?
Note that e.g. de Integer and Double class can convert a String to the type they
wrap. If the String doesn't represent a valid wrapped type (int or double in this
example) an NumberFormatExc eption is thrown.
Comment