Java HashMap Quiz

Java HashMap Quiz

11th Grade

14 Qs

quiz-placeholder

Similar activities

Dojo - Type Inference

Dojo - Type Inference

1st - 12th Grade

13 Qs

Cybersecurity Chapter 5

Cybersecurity Chapter 5

11th Grade

12 Qs

Cyber Security CIW

Cyber Security CIW

11th Grade

12 Qs

MySQL revision tour

MySQL revision tour

11th - 12th Grade

10 Qs

Hashing, Digital Signatures and BlockChain Practice Questions

Hashing, Digital Signatures and BlockChain Practice Questions

11th Grade

10 Qs

DDL (Data Definition Language) II

DDL (Data Definition Language) II

11th Grade

10 Qs

SQL DDL

SQL DDL

9th - 12th Grade

15 Qs

Exit Ticket - Linked Lists and HashTables

Exit Ticket - Linked Lists and HashTables

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?