Exercises
-
J.3 Define each of the following terms:
Collection
Collections
Comparator
List
HashMap
ObjectOutputStream
File
ObjectOutputStream
byte-based stream
character-based stream
-
J.4 Briefly answer the following questions:
What is the primary difference between a
Set
and aMap
?What happens when you add a primitive type (e.g.,
double
) value to a collection?Can you print all the elements in a collection without using an
Iterator
? If yes, how?
-
J.5 (Duplicate Elimination) Write a program that reads in a series of first names and eliminates duplicates by storing them in a
Set
. Allow the user to search for a first name. -
J.6 (Counting Letters) Modify the program of Fig. J.9 to count the number of occurrences of each letter rather ...
Get Android How to Program, 3/e now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.