Is the call to getNum(in) in retry(in) a recursive call??

What I'm trying to do is keep requesting input when NumberFormatException
is thrown.



import java.io.InputStreamReader;
import...