Skip to content
sneppets

sneppets

  • Algorithms
  • Interview Programs
  • Datastructures
  • Java
  • Golang
  • Cloud
collection interface

The Java Collection Interface and Examples

December 11, 2018December 11, 2018 Editorial StaffLeave a Comment on The Java Collection Interface and Examples

The Collection interface of Java’s Collections Framework is the root of the collection hierarchy and it is the least common denominator that all collections implement i.e., every collection object is a type of Collection interface. It is used to pass… Read More!

Collections, Java Collection Interface, collections framework
Copyright © 2018 Sneppets. All Rights Reserved