Code
[java]
public class HelloWorld
{
public static void main ( String args [ ] )
{
System.out.println("Hello World");
}
}
[/java] Explaination
This snippet of code makes use of the print line function which basically just prints a line onto the console with the specifed output.
i think you are going to be makeing great programes in Java you have realy stuck to it and if you want to have some fun useing Java try this game http://robocode.sourceforge.net/ you basicly code the AI of a robot and let it kill other robots