Welche Art von Exceptions können explizit behandelt werden ?

Woche 9

Quiz
•
Hedi Chehaidar
•
Computers
•
University
•
3 plays
•
Easy
Student preview

8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Checked
Unchecked
Beide
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Was ist die Ausgabe dieses Codes ?
null
exception
null
finally
exception
finally
null
exception
finally
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wie viele abstrakte (nicht definierte) Methoden dürfen bei einer Functional Interface sein?
0
genau eine
höchstens eine
mindestens eine
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Welche Functional Interface müssen wir in der Methode sort() von der Klasse List als Parameter übergeben?
Comparator
Consumer
Supplier
Predicate
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wir wollen eine Liste l von Typ Integer aufsteigend sortieren (von klein bis groß)
was darf nicht in der Lücke stehen?
l.sort(/*Lücke*/);
Integer::compareTo
Comparator.comparingInt(Integer::intValue)
(a , b) -> a - b
(a , b) -> b - a
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Was muss in der Lücke stehen?
Function<List<Integer> , List<Integer>> s = x -> { x.sort((a,b) -> a - b); return x; };
s./*Lücke*/(l);
get
accept
apply
sort
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Können wir eine Enhanced for loop über ein Objekt von einer Klasse benutzen, die nur die Interface Iterator<T> implimentiert?
Ja
Nein
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
PGDP ist mein Lieblingsmodul
Ja
Nein
Similar Resources on Quizizz
10 questions
[20224] CSC301 Quick Exercise 7-1

Quiz
•
University
6 questions
Tut14 - Express

Quiz
•
University
12 questions
C Wrapup Quiz Deutsch

Quiz
•
University
10 questions
PDS - 04225 - Sorting Algorithms - Chapter 11 - Part 2

Quiz
•
University
10 questions
Künstliche Intelligenz

Quiz
•
University
8 questions
Tutorium 8

Quiz
•
University
10 questions
Datentypen, Variablen & Eingabe in Python

Quiz
•
University
13 questions
AIB 9: HTML-Quiz

Quiz
•
9th Grade - University
Popular Resources on Quizizz
39 questions
Respect and How to Show It

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
10 questions
Human Body Systems and Functions

Interactive video
•
6th - 8th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
Discover more resources for Computers
20 questions
Summer

Quiz
•
KG - University
19 questions
Minecraft

Quiz
•
6th Grade - Professio...
20 questions
3rd Grade Review

Quiz
•
KG - University
15 questions
Minecraft

Quiz
•
University
52 questions
Logos Trivia

Quiz
•
KG - University
7 questions
New national park celebrates Harriet Tubman's legacy

Interactive video
•
11th Grade - University
8 questions
2 Step Word Problems

Quiz
•
KG - University
20 questions
Disney characters

Quiz
•
KG - Professional Dev...