FileDocCategorySizeDatePackage
WriteHello.javaAPI DocExample247Sun Mar 28 19:05:28 BST 1999None

WriteHello

public class WriteHello extends Object

Fields Summary
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] args)

  
    byte[] hello = {72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100, 33, 10, 13};
    System.out.write(hello);