This document contains source code for several Java programs that demonstrate concepts related to networking and URLs. The programs cover topics like retrieving a URL, getting URL information, working with InetAddress, demonstrating parts of a URL, and connectionless and connection-oriented communication between a server and client using UDP and TCP sockets. The code examples are accompanied by expected output.