Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 58 Online
OpenStudy (anonymous):

please how do i delete duplicates from an ArrayList in java

OpenStudy (anonymous):

do you mean if your array had [6 7 9 6 3 5 7 9] you'd want to make it [6 7 9 3 5 7]?

OpenStudy (anonymous):

yea

OpenStudy (anonymous):

yea

OpenStudy (anonymous):

loop through array and put all elements into a set, a set will eliminate all duplicates.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!