Computer Science, asked by 0911pkpawar, 1 month ago

Which interface doesn't extend collection interface

Answers

Answered by ishitachanda93
0

Answer:

Map is a key/value pair whereas Collection is a collection of a group of objects stored in a structured manner and has a specified access mechanism. The reason why Map doesn't extend Collections interface is that add(E e); doesn't cater the key value pair like Map's put(K, V)

Explanation:

Answered by Vadanya01
0

Answer:

Map is a key/value pair whereas Collection is a collection of a group of objects stored in a structured manner and has a specified access mechanism. The reason why Map doesn't extend Collections interface is that add(E e); doesn't cater the key value pair like Map's put(K, V) .

Similar questions