Search Header Logo

Java Collections (Map, Set)

Computers

University

10 Questions

Used 41+ times

Java Collections (Map, Set)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

-Contains no duplicate elements.

-Can contain at most one Null value.

-Elements are not key-value pairs.

-Accessing an element can be almost as fast as performing a similar operation on an array.


Which of these classes provides the specified features?

ArrayList

TreeMap

HashSet

LinkedHashMap

HashMap

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following statement about Set is true?

A Set is a class so you can say new Set()

Set allows duplicate values.

Sets are always ordered least to greatest

Set extends the Java.util.collection interface.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

-Entries are organized as key/value pairs.

-Duplicate entries replace old entries.

-Entries are sorted using a Comparator or the Comparable interface.

Which interface of the java.util package offers the specified behavior?

List

Map

Set

TreeSet

TreeMap

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

{1=C, 2=JavaEE, 4=Python, 3=PHP}

{1=C, 2=JavaSE, 3=Python, 4=PHP}

{1=C, 2=JavaEE, 3=Python, 4=PHP}

{1=C, 2=JavaSE,2=JavaEE, 3=Python, 4=PHP}

NullPointerException

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

-Entries are not organized as key/value pairs.

-Duplicate entries are rejected.

Which interface of the java.util package offers the specified behavior?

List

Map

Set

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

[Computer, Network, Networks, Programming, Security]

[Computer, Programming, Network, Networks, Programming, Security]

[Computer, Programming, Computer, Networks, Network, Security]

[Computer, Networks, Network, Programming, Security]

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is/are correct statements?

HashSet class implements the Set interface

HashSet does not allow duplicate elements that means you can not store duplicate values in HashSet.

HashMap does not allow duplicate keys however it allows to have duplicate values.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?