paulbradley
Programmer
I have code that does certain stuff if it gets an intger argument, and other stuff if it is String.
How can I quickly check if one of my args from command line is actually an integer without doing a parseInt and catching an exception if it is not?#
Thanks