Which collection classes from Java library extends AbstractCollection class?
Explanation
1. HashSet extends AbstractSet, which extends AbstractCollection.
2. ArrayList extends AbstractList, which also extends AbstractCollection.
3. PriorityQueue extends AbstractQueue, which also extends AbstractCollection.
HashMap extends AbstractMap, which is not related to AbstractCollection
4. SortedSet and NavigableMap are interfaces of collections framework.

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по Java
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты