Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Java class

The following class is defined in the Hello.java file:

class Hello {
public static void hello(String arg)
{
System.out.println(">> Hello " + arg + "!");
}  
}