Answer the question
In order to leave comments, you need to log in
How to find different elements of Arraylist?
Tell me, there are 2 collections
ArrayList result1 = new ArrayList();
result1.Add("Привет")
result1.Add("Привет2")
result1.Add("Привет3")
result1.Add("Привет4")
result1.Add("Привет5")
ArrayList result2 = new ArrayList();
result2.Add("Привет")
result2.Add("Привет3")
result2.Add("Привет5")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question