// Define our new java class
// Since we call it Class1 we must name our java file Class1.java
public class Class1
{
// The main function (called when you execute your program)
public static void main(String[] args)
{
System.out.println("Hello Neo.."); // print to screen
}
}
Download Java Source Code
I hope you found this java tutorial useful!
Don't forget to mention Apron Tutorials in your References!