| The java.net package contains classes and interface
definitions that implement various networking capabilities.
The classes in this package include a class that implement a
URL, a connection to a URL, a socket connection, and a datagram packet.
You can use these classes to implement client-server applications
and other networking communication applications. |