/**
* The HelloJava test class.
*/
class HelloJava {
public static void main(String[] args) {
System.out.println("Good morning Java World!"); // Display the string.
}
}
/**
* The HelloJava test class.
*/
class HelloJava {
public static void main(String[] args) {
System.out.println("Good morning Java World!"); // Display the string.
}
}