Interface in Java
GroTechMinds > Interface in Java
Queue Interface in Collection
13
Aug
Queue Interface and its Methods Before we start with Queue Interface let us have a brief understanding of Collection What is Collection? Collection is an interface that consists of various predefined classes and interfaces with the help of which multiple data can be stored. Collection is the child class of Iterable interface,which is the topmost […]
Set Interface in Collection
08
Aug
Set Interface and its methods Before discussing about Set interface we need to know about the two concepts related to Set Interface Collection What is an Interface? Interface is a property in Java which assigns the behavior of class. Interface is of abstract type which consists of only abstract methods thus resulting in 100 percent […]