CS120: JavaBasics

4 Produce program as Java source file: nano Hello.java. 5 Compile to Java byte code: javac Hello.java. 6 Test by running java Hello. 7 Introduce the source file to Git: git add Hello.java. 8 Commit current work: git commit -s -m "Added print". 9 Push to Aquinas for grading: git push. slide-compile-class.tex ................
................