Woche 11

Woche 11

University

7 Qs

quiz-placeholder

Similar activities

React-Native Mastermind Challenge

React-Native Mastermind Challenge

University

10 Qs

Statistik

Statistik

University

11 Qs

2nd Module - 2D Sketch to 3D Modelling

2nd Module - 2D Sketch to 3D Modelling

University

10 Qs

Java Quiz

Java Quiz

University

10 Qs

Associação com Matrizes - Parte 01

Associação com Matrizes - Parte 01

University

10 Qs

InfTech Vertiefung

InfTech Vertiefung

University

8 Qs

Quizz Cours 1 ADA

Quizz Cours 1 ADA

University

12 Qs

Tut11 - Exceptions

Tut11 - Exceptions

University

8 Qs

Woche 11

Woche 11

Assessment

Quiz

Computers

University

Medium

Created by

Hedi Chehaidar

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Es reicht für ein Objekt die Interface Runnable zu implementieren, um ein Thread zu werden.

Ja

Nein

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Welche Checked Exception muss bei vielen Thread Methoden behandelt werden?

IOException

RuntimeException

InterruptedException

NullPointerException

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Welche dieser Thread Methoden KEINE InterruptedException wirft?

join()

sleep()

wait()

interrupt()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Wir erzeugen in eine main Methode die Threads A und dann B.
Was wird B.getName() in unserer main Methode ergeben?

Thread-1

Thread-2

Thread-3

unbekannt

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Startet ein Thread direkt nach seiner Erzeugeung?

Ja

Nein

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Welche Ausgabe ist nicht möglich?

main

b

a

c

a
main
c
b

b
c
main
a

b
main
a
c

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PGDP ist mein Lieblingsmodul

Ja

Nein