Search Header Logo

Java Maps Review

Authored by Danielle Mills

Computers

11th Grade - University

17 Questions

Used 66+ times

Java Maps Review
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

10 sec • 1 pt

Which of the following statement about Set is true?

A HashSet cannot have a null value.

Set allows duplicate values.

Set allows null values but only single occurrence.

Set extends the Java.util.collection interface.

2.

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

SortedSet

SortedMap

3.

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

{null=null, a=null, b=JavaSE, c=PHP, d=Python}

{a=null, b=JavaSE, c=PHP, d=Python}

{b=JavaSE, c=PHP, d=Python}

Compilation Fails

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

4

5

6

12

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which statement(s) are false about maps in java?

A Map cannot contain duplicate keys and each key can map to at most one value.

A Map is an object that maps keys to values, or is a collection of attribute-value pairs.

A Map cannot contain duplicate keys and each key can map to at more than one value.

A Map is an object that maps functions to values, or is a collection of attribute-value pairs.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following TreeMap instantiations would create a TreeMap that could store String-

Integer pairs?

TreeMap<String,Integer> map;

map = new TreeMap <String,Integer>();

TreeMap<Integer,String> map;

map = new TreeMap <Integer,String>();

TreeMap<Double,String> map;

map = new TreeMap <Double,String>();

TreeMap<Boolean,String> map;

map = new TreeMap <Boolean,String>();

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?