Inftech1

Inftech1

University

10 Qs

quiz-placeholder

Similar activities

Quiz CG - Code V2

Quiz CG - Code V2

University

10 Qs

Aula07 - Matrizes

Aula07 - Matrizes

University

12 Qs

Java OOP Quiz

Java OOP Quiz

University

10 Qs

Greedy Algorithmen Quiz

Greedy Algorithmen Quiz

University

9 Qs

AL Tutorium 3

AL Tutorium 3

University

7 Qs

Session 15 + 16 : Function

Session 15 + 16 : Function

University

13 Qs

Quiz on Basics of C

Quiz on Basics of C

University

10 Qs

Quiz über Dynamisches Programmieren

Quiz über Dynamisches Programmieren

University

9 Qs

Inftech1

Inftech1

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Jenny Dong

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Welcher ist kein primitiver Datentyp ?

int

boolean

String

char

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Was wird für e ausgegeben, wenn int e = 3 /(int)4.5 ?

1.333

0.75

1

0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Was gibt es nicht ?

for - Schleife

if - Schleife

while - Schleife

Rekursion

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Wo wurde das Array falsch erzeugt ?

int[ ] a = {1; 2; 3}

int[ ] b = {5}

int[ ] c = new int[5]

int[ ][ ] d = new int[2][3]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Welche Sichtbarkeit gibt es nicht ?

private

partial

protected

public

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Welche Aussage über statische Methoden in Java ist nicht korrekt ?

Statische Methoden können nur auf statische Elemente zugreifen

Stat. Methoden sind auch ohne das Schlüsselwort static statisch

Stat. Methoden sind nicht an Instanzen gebunden

Stat. Methoden können nicht überschrieben werden.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Welche Art von Konstruktor gibt es nicht ?

abstrakter

parametrisierter

parameterloser

default

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?