Java HashMap Quiz

Java HashMap Quiz

11th Grade

14 Qs

quiz-placeholder

Similar activities

Hash Tables Recap

Hash Tables Recap

11th Grade

10 Qs

Learning SQL

Learning SQL

11th - 12th Grade

15 Qs

Cybersecurity Chapter 4

Cybersecurity Chapter 4

11th Grade

9 Qs

A level CIE Security

A level CIE Security

10th - 12th Grade

12 Qs

CodeHS 5.8 HashMaps

CodeHS 5.8 HashMaps

9th - 12th Grade

10 Qs

Cybersecurity Unit

Cybersecurity Unit

11th Grade

12 Qs

Java HashMap Quiz

Java HashMap Quiz

Assessment

Quiz

Computers

11th Grade

Easy

DOK Level 1: Recall

Standards-aligned

Created by

Grit and Motivation

Used 19+ times

FREE Resource

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 BLANK QUESTION

30 sec • 1 pt

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

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

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?