As you can see the syntax is similar to that of C#
public class HelloWorld
{
public static void main(String[] args)
{
Greeting();
}
private static void Greeting()
{
System.out.println("Hello world!");
}
}
Hello World Java Edition Console App..
Posted by
Samson J. Loo
Monday, September 15, 2008
at
6:49 PM
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment