|
- Prerequisites, Goals and Outcomes Prerequisites: Before you begin lab 3, you need mastery of the following: (1) Basic debug skills in Eclipse environment.
(Java Debugging with Eclipse Tutorial)
Download tutorial source code (2) Java API
(Knowledge of the class StringTokenizer) (3) File I/O (Knowledge of file I/O: How to read data from a file; How to write data to a file; Goals:Reinforce your ability to debug and use file I/O
Outcomes:You will master the following skills: (1) Find programe errors by using debug skills. (2) Produce applications that read data from a file and parse it. (3) Produce applications that write data to a file.
|