You are on page 1of 1

class First{

// this program will begin with a call to main() defined as follows


public static void main(String args[]){
System.out.println("My first java program");
}
}

You might also like