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
This question is part of this quiz :
HashMap and LinkedHashMap CIP