Skip to main content

Networking and I/O in Java

In this section, you'll learn how to use Java to interact with the network and the file system. You'll learn how to use Java's networking classes to create sockets and connect to servers, and how to use Java's I/O classes to read and write files.