The ÒHello, worldÓ program in Java
class Hello
J
{
public static void main(String arg[])
{
System.out.println(ÓHello, world!");
}
}