ArrayList
How to get a value located at a particular location in an ArrayList, say at index 3
please help.
How to get a value located at a particular location in an ArrayList, say at index 3
please help.
@Op. You should normally read the javadoc before you ask:
http://java.sun.com/javase/6/docs/api/java/util/ArrayList.html
get(int index) Returns the element at the specified position in this list.
look at http://java.sun.com/j2se/1.4.2/docs/api/java/util/ArrayList.html
google it before u post in a forum