Hello World!
by
Seyyed Shah
Hello and welcome to the 2009/2010 Software Workshop Module! My name is Seyyed and I'm the Teaching Assistant for this module.
Check this blog during term time, it will be regularly updated with course news, information and hints & tips for the exercises. You can also request a blog post on any topic from me or your tutors. I look forward to reading all your comments :-)
In the mean time here is a "
Hello World" program written in Java
public class MyFirstJava{
public static void main(String args[]) {
System.out.println("Hello World!");
}
}
In CLASSic Java fashion
Labels: news, welcome
Post a Comment