Question:Which of the following statements is true of the HashMap class?
A It stores information as key/value pairs.
B Elements are returned in the order they were added.
C It does not permit null keys.
D It does not permit null values.
+ AnswerA
+ Report