Big Java & Java Concepts example project "hello"

You can use this project as follows:

 - compile the HelloTester class
 - invoke the main method of the compiled HelloTester class by right-clicking on the class
 representation and selecting the main method.
 
This project illustrates concepts covered in "Big Java" and "Java Concepts", Chapter 1 
"Introduction".

 - to become familiar with your computing environment and your compiler
 - to compile and run your first java program
