The document outlines a course on Java networking consisting of 8 modules. Module 7 discusses basic networking concepts like TCP, UDP, and port numbers. It then covers Java sockets for both client-server programming and passing objects over the network. Code examples are provided for a simple socket server and client, and for a server and client that pass a Customer object. The module concludes with an example of reading a URL using Java.