addElement are members of Vector class & allow to input new element - Java
Q. Which of the following methods are members of the Vector class and allow you to input a new element? (Java)- Published on 26 Jun 15a. addElement
b. insert
c. append
d. addItem
ANSWER: addElement
The add element is used to add specified components to the end of the vector and increase its size by one. The addElement() does not return any value.