illustrate the collections in java

Newbie Member
20Mar2009,10:19   #1
sudheerkamichetty's Avatar
how use the indexOf() method in ArrayList class
Go4Expert Member
24Mar2009,16:57   #2
vikas1234's Avatar
indexOf(Object elem)
Searches for the first occurence of the given argument, testing for equality using the equals method.

You can use get(index) method