Given an arraylist and Hashmap.
And I want to add random integers to this collection.While adding have to check whether the value is already entered or not.If yes it should return true and should not add to the collection ,or the value should be added.So which collection is preferred among this?? Explain.
Now,it is ambiguous how integers alone will be added to hashmap or what are the key-value pair here if we are adding to hashmap?but that was the questioned asked in interview and one answer needs to be given
