Ein Java Hello world - Programm
Java-Quellcode
class Test
{
public static void main(String[] args)
{
System.out.println("Hallo");
}
}
Code 0-1: Quellcode, Datei Test.java - Erläuterungen in Vorlesung.
Konsoleneingabe zum Erzeugen des Bytecodes und zum starten
Bild 0-1: Konsoleneingaben