in Java when we use parseInt(String) how can we chck that if the String has only the numbers, or it contains any character too. is there any sort of function or we have to chck every index separately...