Collections Flashcards
1
Q
What is the Java Collections Framework?
A
It is a set of classes and interfaces that implement common data structures and algorithms.
2
Q
What is an Abstract Data Type (ADT)?
A
Abstract Data Type is a definition of new type, describes its properties and operations.
3
Q
What is a Data Structure?
A
Data Structure is an implementation of ADT. Many ADT can be implemented as the same Data Structure.
4
Q
What are the commom Data Types implemented in Java Collections Framework?
A
List, Set and Map.