Question 6 [9]
6.1 In what situations (in general) would you use a
TreeMap? (3)
6.2 In what situations (in general) would you use a HashSet
to store a collection of
values?
Answer / ashima
TeeMap is used when the data is to be stored in a sorted
order of the keys.
HashSet is used when it is not required to store the data
in the sroted order. Also, the insertion, deletion and
selection is faster in HashSet.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is minecraft java edition free?
What is threaded programming and when is it used? : Java thread
what is bmg file and how to create that files?what will it contailn?
0 Answers HCL, Probe Services,
What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
Is class forname reflection?
what is the difference between Java Command Line and C command Line?
What is difference between equal and == in java?
What is overriding in java?
Why are lists ordered in java?
Can we declare the main method of our class as private?
Are arrays immutable in java?
What is the use of toarray () in java?