I have ArrayList, from which I want to remove an element which has particular value...
for eg.
ArrayList a=new ArrayList
use contains() method which is available in list interface to check the value exists in list or not.If it contains that element, get its index and remove it