Practical 1: Basic Java Programming

To get you comfortable with the very basics of Java. Exercise 1: Hello World New Challenge: Compile and run a minimal Java program from the command line. The aim of this exercise to create, compile and run the simple ‘Hello World’ Java program on Linux or Windows (not both – one is enough), using a text editor and the JDK command-line tools. ................
................