Category: Programing

Java Set Interface

0 commentsPrograming

  Java Set Interface is the child interface of Collection. It is introduced in the java 1.2 version. If our requirement is to represent a group of individual objects in a single entity, where insertion order is not preserved and duplicate is also not allowed then we can use set. Java Set Interface doesn’t contain ….  Read More