Lecture 6
8
Terminal vs System
•System and Terminal both write to screen - now
•Terminal may write to a window later-             today’s programs will still work •System class also has a public in field, for reading from keyboard
•System.in reads only Strings, hard to use
•Terminal read* methods are better tools    (under the hood, Terminal is a client for System.in)