Java Maps Review

Flashcard
•
Computers
•
11th Grade - University
•
Hard
Wayground Content
FREE Resource
Student preview

16 questions
Show all answers
1.
FLASHCARD QUESTION
Front
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.
Back
Set extends the Java.util.collection interface.
2.
FLASHCARD QUESTION
Front
Which interface of the java.util package offers the specified behavior: -Entries are organized as key/value pairs. -Duplicate entries replace old entries. -Entries are sorted using a Comparator or the Comparable interface?
Back
SortedMap
3.
FLASHCARD QUESTION
Front
Back
{1=C, 2=JavaEE, 3=Python, 4=PHP}
4.
FLASHCARD QUESTION
Front
Back
{null=null, a=null, b=JavaSE, c=PHP, d=Python}
5.
FLASHCARD QUESTION
Front
Back
5
6.
FLASHCARD QUESTION
Front
Which of the following TreeMap instantiations would create a TreeMap that could store String-Integer pairs? Options: 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>();
Back
TreeMap<String,Integer> map;
map = new TreeMap <String,Integer>();
7.
FLASHCARD QUESTION
Front
Which of the following Map methods will add a
Back
put()
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Motion Map, Distance, Displacement

Flashcard
•
10th Grade - University
11 questions
Java String Objects & Methods

Flashcard
•
12th Grade
10 questions
Rhyming words practice

Flashcard
•
KG
13 questions
CSAwesome: 1.2 - Java Basics HW Review

Flashcard
•
11th - 12th Grade
10 questions
Arrays

Flashcard
•
10th - 12th Grade
15 questions
Trig Applications

Flashcard
•
KG
11 questions
Computer Programming

Flashcard
•
University
9 questions
Anime

Flashcard
•
KG - Professional Dev...
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade