Warning: Undefined array key "DW68700bfd16c2027de7de74a5a8202a6f" in /home/.sites/34/site2020/web/wikialps/lib/plugins/translation/action.php on line 237 Warning: Trying to access array offset on value of type null in /home/.sites/34/site2020/web/wikialps/lib/plugins/translation/action.php on line 237 /** * The HelloWorldApp class implements an application that * simply displays "Hello World!" to the standard output. */ class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); //Display the string. } }