Search Header Logo

Java HashMap Quiz

Authored by Joe Cusack

Computers

11th Grade

DOK Level 1: Recall covered

Used 20+ times

Java HashMap Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a HashMap in Java used for?

To store data in key-value pairs.

To perform mathematical calculations.

To manage threads.

To handle exceptions.

Tags

DOK Level 1: Recall

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about a HashMap?

It maintains the order of insertion.

It does not allow null keys.

It is synchronized.

It allows null values.

Tags

DOK Level 1: Recall

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary difference between HashMap and Hashtable in Java?

Hashtable is synchronized, while HashMap is not.

HashMap allows null keys and values, while Hashtable does not.

Both A and B are correct.

There is no difference.

Tags

DOK Level 1: Recall

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method would you use to check if a HashMap contains a specific key?

get()

containsKey()

containsValue()

size()

Tags

DOK Level 1: Recall

5.

FILL IN THE BLANKS QUESTION

30 sec • 1 pt

How can you remove a key-value pair from a HashMap?

(a)  

Tags

DOK Level 1: Recall

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if you try to store a duplicate key in a HashMap?

It will replace the old value with the new one.

It will throw an exception.

It will ignore the new value.

It will store both values.

Tags

DOK Level 1: Recall

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a method in the HashMap class?

put()

get()

insert()

remove()

Tags

DOK Level 1: Recall

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?