What's in java.net?

Back Up Next

 

What's in the java.net package?
Classes that retrieve objects named by URLs
Classes that allow  UDP-Datagram/TCP-Streaming socket programming
Miscellaneous classes that allow DNS queries, URL encoding/decoding, and Socket options
Lots of other protected classes that should not be messed with

java.net significantly simplifies network programming and allows anyone to communicate/send/receive data with a small amount of code.