January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.io.EOFException
This exception is identical to its J2SE counterpart. It signifies that the end of the file has been reached.
public classEOFExceptionextends java.io.IOException { // constructors publicEOFException(); publicEOFException(String s); }
Read now
Unlock full access