How do I remove repeated elements from ArrayList? by IT Nursery I have an ArrayList<String>, and I want to remove repeated strings from it. How can I do this? 40 s 40