find index number of an Object in an ArrayList
hi guys
I have an array list of of products which contains 8 strings.
say productList[0]= "asaaas1212"
now i want to get a method which can find out at what index the string "asaaas1212"
is situated on the productList.
thanks
Message was edited by:
sifatkhan

