Hi guys,
I have getting this NullPointerException..this is what iam doing
In my main i am calling a function that basically pings a list of IPaddresses in a text file..when a ping fails the programe holds and then my the catch in main function returns NullPointerException...
what i want is that irrespective of the failed pings the programe should go on...
Cheers
I have getting this NullPointerException..this is what iam doing
In my main i am calling a function that basically pings a list of IPaddresses in a text file..when a ping fails the programe holds and then my the catch in main function returns NullPointerException...
what i want is that irrespective of the failed pings the programe should go on...
Cheers