Which method of ArrayList is used to add an element at a specific index?
addAtIndex()
insert()
add()
add(index, element)
This question is part of this quiz :