Hallo,
bin langsam am verzweifeln.
Das hier geht:
Bei diesem Programm meldet mir Eclipse nen Fehler (The method printf(String, Object[]) in the type PrintStream is not applicable for the arguments (String)):
Die sind doch beide gleich?
bin langsam am verzweifeln.
Das hier geht:
Java:
public class Varargs {
public static void main(String[] args) {
System.out.printf("Was sagst du?%n");
}
}
Bei diesem Programm meldet mir Eclipse nen Fehler (The method printf(String, Object[]) in the type PrintStream is not applicable for the arguments (String)):
Java:
public class Musicplayer {
public static void main(String[] args) {
System.out.printf("Was sagst du?%n");
}
}
Die sind doch beide gleich?