English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

try {
rever = br.readLine();
}
catch (IOException ioe)
{
System.out.println("IO error trying to read the string!");
System.exit(1);
}

2007-01-07 19:12:17 · 1 answers · asked by Steve E 1 in Computers & Internet Programming & Design

1 answers

I've no clue what rever means, but br is probably binary reader. ioe is input output exception and is probably a specific one written by the user--I don't think ioe is a standard exception.

Hope that helps some.

2007-01-07 19:21:04 · answer #1 · answered by rod 6 · 0 0

fedest.com, questions and answers