public class hello { // this is ur class type public static void main(String[] args){ //this is main method System.out.println("Hello Wolrd"); } }