employer cover photo

Transqube Technologies

Est-ce votre entreprise ?

Question d’entretien chez Transqube Technologies

how to remove duplicate elements from array list?

Réponse à la question d'entretien

Utilisateur anonyme

30 nov. 2017

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.