A. set(int index, E element) B. void add(int index, E element) C. remove(int index) D. get(int index)
ArrayList B. LinkedList