List subList(int fromIndex, int toIndex)란? 어떤 리스트의 구성 요소 중 fromindex에서 toindex까지의 요소를 새로운 배열로 반환해 준다. List nums = new ArrayList(); for(int i=0; i