Note that this is a new and additional document, beyond the first one posted on July 9th. The comments are gleaned from the grading comments for Project #1 for COM1204, but are applicable to both courses. Be sure to re-read the first set of suggestions so you'll be keeping them all in mind.
class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); //Display the string. }You can execute the line: java HelloWorldApp > helloOut.text