Webskitters Interview Question

Tell me about Collection Framework.

Interview Answer

Anonymous

Jul 2, 2018

The Java collections framework (JCF) is a set of classes and interfaces that implement commonly reusable collection data structures. Although referred to as a framework, it works in a manner of a library.

6