addelement() is method of ____
Answers
Answered by
1
addElement() method is used to append a specified element to the end of this vector by increasing the size of the vector by 1. The functionality of this method is similar to that of the add() method of Vector class.
Similar questions