Objectives
- Understand some basics about networks.
- Know how to use Java’s
URL
class to download network resources from a GUI or console application. - Be able to design networking applications, using the client/server model.
- Understand how to use Java’s
Socket
andServerSocket
classes.