Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 328 Bytes

three-question-mixed.md

File metadata and controls

17 lines (9 loc) · 328 Bytes

|mc|A,B| Choose your favorite Java keywords:

A. final

B. var

C. volatile

D. switch


|fib|map,hashmap| If you wanted to store lots of Customer objects for easy access via their name, what Java Collections type (data structure) would you use?


|essay|| How would you decide whether to use a List or a Map data type?