The basic templete for a java applications should be typed as follows
class MyClass
{
public static void main (String args[]
}
Where the italics symbolise and area of the code the programmer can specifiy