how to remove duplicate elements from array list?
Anonymous
we can delete duplicate elements by using Hashset , but by doing it with Hashset there might b a issue of insertion order of the elements offer removing the duplicate elements to over come this issue better to use Linked Hashset.
Check out your Company Bowl for anonymous work chats.