// Page 009 class Prog_2_1 { public static void main(String[] args) { String message = "Hello, the Java World."; System.out.println(message); } }