Hi i am using hashmap to store key & value pairs
Before iterating thru hashmap i am checking !map.isEmpty() in
while(!map.isEmpty() && iter.hasNext())
It shows below error..
Exception in thread "main" java.util.NoSuchElementException
how to resolve this.
Thanks
