public class hallo { public static void main(String[] args) throws Exception{ String S="Hallo World!"; System.out.println(S); } }