Input
Output
public class Simplejava { public static void main(String []args) { System.out.println("Hello World"); // prints Hello World } }