Lab Description: The objective of this lab was to create a new portfolio page and become familiarized with open lab. Learning how to use java was also another objective of this lab. The steps to create a lab was to make a hello world script in java, then upload a report. The report must include a description, screen shots, and the original source code. Source codes must be pre-formatted using <pre> and </pre> tags.
Code:
public class lab0 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } }
Screenshots: