Object java.util.ArrayList.get(int index)

Returns the element at the specified position in this list. 
매개변수:
index index of the element to return
리턴:
the element at the specified position in this list
처리:
IndexOutOfBoundsException
/*
DB에서 레코드를 가져올때 .get(i)를 써서 for문 돌려서 출력할때 쓴다.
 */
Posted by 커널제로

본 블로그는 페이스북 댓글을 지원합니다.

,