Lab 2: Console I/O & Command Line Arguments
In this lab, you will learn the basics of console I/O, command line
arguments, and file redirection.
In this lab you will:
- Learn how Java reads from and writes to the console
- Write a simple program that uses console I/O
- Learn how to compile from the command line
- Learn about command line arguments
- Learn how to redirect file input