Problem
1. The keyword void means the method returns _______________.
2. Java looks for the _______________ as the usual starting point for all standalone applications.
3. A(n) _______________, which is easily identified by the = new notation, both declares the type of data or object to be stored and assigns it a variable name in the computer's memory.
4. Describe the difference between the println() and draw String() methods.