Return to Course Content Home

Lesson Objectives

Students will be able to

  1. Code a File object which accesses a file on the native Operating System
  2. Identify and use the basic Java I/O classes for files and streams
    1. Text I/O
    2. Binary I/O
  3. Format output to an output stream.
  4. Describe and use basic Network ports
  5. Identify commonly used Network port numbers
  6. Describe the difference between an network client and server
  7. Code a simple Network Socket Server and a simple Network Socket Client
  8. Understand how to make simple Test cases in JUnit