java collections

java collections

University

31 Qs

quiz-placeholder

Similar activities

HTML EOPA Practice

HTML EOPA Practice

10th Grade - University

27 Qs

Hàm 1

Hàm 1

6th Grade - University

31 Qs

Proyecto Desarrollo Integración Soluciones

Proyecto Desarrollo Integración Soluciones

University - Professional Development

27 Qs

Enterprise Java: Cookies, Session, JSP

Enterprise Java: Cookies, Session, JSP

University

28 Qs

Java

Java

University

32 Qs

JSON Schema Overview and Validation

JSON Schema Overview and Validation

University

26 Qs

JAVA BASIC 2

JAVA BASIC 2

University

35 Qs

JAVA STRINGS

JAVA STRINGS

University

31 Qs

java collections

java collections

Assessment

Quiz

Computers

University

Hard

Created by

MCE-ECE- MUTHURAJ.R

Used 92+ times

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Collection in Java?

A group of objects

A group of classes

A group of interfaces

None of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these interface is not part of Java’s collection framework?

List

Sorted List

Set

Sorted Map

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

 What will be the output of the  Java program?

{0, 1, 3, 4}

{0, 1, 2, 4}

{0, 1, 2, 3, 4}

{0, 0, 0, 3, 4}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these return type of hasNext() method of an iterator?

Integer

Double

Boolean

Collections Object

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these exceptions is thrown by remover() method?

IOException

SystemException

ObjectNotFoundExeception

IllegalStateException

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these methods deletes all the elements from invoking collection?

clear();

reset();

delete();

remove();

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these interface declares core method that all collections will have?

Collection

EventListner

Comparator

Set

List

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?