Hash Set Demo
{ public static void main(String[] args){ //Creating hashset for Even Numbers HashSet<Integer> evenNumbers = new HashSet<>();