A Vector is declared as follows. What happens if the code tried to add 6 th element to this Vector
The element will be successfully added
ArrayIndexOutOfBounds Exception
The Vector allocates space to accommodate up to 17 elements
The element will be successfully deleted