Lab Description
This is the first lab for CET3640, the goal of this lab is too make a openlab account, start an ePortfolio, download Java 7 and Eclipse on to your computer and use Eclipse to create a HelloWorld Java program, and then post the first lab on to your portfolio.
Code:
public class HelloWorld { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello"); } }
Screenshots: