This flashcard is just one of a free flashcard set. See all flashcards!
117
Erstelle eine Java-Klasse, die die Meldung “helloWorld” ausgibt.
class Hello {
public static void main(String[] args) {
System.out.println("hello world in java");
}
}
public static void main(String[] args) {
System.out.println("hello world in java");
}
}
Flashcard info:
Author: 4gewinnt
Main topic: Digitale Medien
Topic: Bachelorprüfung
School / Univ.: DHBW
City: Mannheim
Published: 16.09.2012