January 2002
Intermediate to advanced
264 pages
8h 3m
English
javax.microedition.io.Connection
This interface defines the basic type of generic connection. The
close( ) method is used to close a connection.
Closing an already closed connection has no effect.
public interfaceConnection { // public instance methods public void close( ) throws IOException; }
Read now
Unlock full access