Objective: The objective of this laboratory experiment was to simply download the required programs and run a test code to ensure basic functionality runs smoothly.
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello world!"); // TODO Auto-generated method stub } }