
Lesson Objectives
Students will be able to
- Code a File object which accesses a file on the native Operating System
- Identify and use the basic Java I/O classes for files and streams
- Text I/O
- Binary I/O
- Format output to an output stream.
- Describe and use basic Network ports
- Identify commonly used Network port numbers
- Describe the difference between an network client and server
- Code a simple Network Socket Server and a simple Network Socket Client
- Understand how to make simple Test cases in JUnit