Software Development
Tuesday, August 31, 2004
Simple Java Application Source
public class SimpleJava
{
public SimpleJava()
{
// default constructor
}
public static void main(String args[])
{
System.out.println("Simple Java Application!");
}
}
posted by John Papproth @
8:48 PM
0 comments
0 Comments:
Post a Comment
<< Home
Contributors
John Papproth
Cecil
Previous Posts
Simple HTML page source
Welcome!
0 Comments:
Post a Comment
<< Home