Java Application
import java.io.*;
public class MyApplication
{
public static void main (String[] args)
{
// This is the entry point for the application
// our code should go in at this point
}
}
Previous slide
Next slide
Back to first slide
View graphic version