HashMap | and LinkedHashMap CIP | Question 6

Last Updated :
Discuss
Comments

How is LinkedHashMap declared in Java

public class LinkedHashMap<K,​V> 

public class LinkedHashMap<K,​V> implements Map<K,​V>

public class LinkedHashMap<K,​V>  extends HashMap<K,​V> implements Map<K,​V>

None of these

Share your thoughts in the comments