Self Check
- Name two static fields of the System class.
- Harry tells you that he has found a great way to avoid those
pesky objects: Put all code into a single class and declare all methods
and fields static. Then main can call the other
static methods, and all of them can access the static fields. Will
Harry's plan work? Is it a good idea?