what is the use of hashset in Java code example Example: HashSet h = new HashSet(); HashSet<String> h = new HashSet<String>();