Lab 0

Lab Description:

This lab was a great introduction to Java. It really helped me understand the basics and noticing the differences between java and C++.

Code:

 
public class helloworld {

/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println(“Hello World”);
}

}

Screenshots:

capture2

 

Capture1

 

Leave a Reply

Your email address will not be published. Required fields are marked *