Welche der folgenden Anweisungen deklariert eine checked Exception?
throws IOException;
IOException() throws IOException;
throw IOException();
throws IOException() {}

Informatik Übungen werden geladen ...