HashMap | and LinkedHashMap CIP | Question 3

Last Updated :
Discuss
Comments

Which of the following statements is true about the LinkedHashMap class in Java?

It does not allow null keys or values.

 It is an implementation of the Map interface.

 It is an implementation of the HashMap interface.

None of these

Share your thoughts in the comments