Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello All, I fill arraylist with some elements and i need to remove the duplicate elements for the arraylist. How Can i do that? Thanks hay
Wouldn't it be easier to check for duplicates on insertion? You can do so by using the Contains method of the ArrayList. /cadi 24 hours is not enough
Contains