What is Java implementation?

Implementations are the data objects used to store collections, which implement the interfaces described in the Interfaces lesson . The Java Collections Framework provides several general-purpose implementations of the core interfaces: For the Set interface, HashSet is the most commonly used implementation.

Read more