What is the Vector class

The Vector class provides the capability to implement a growable array of objects

Showing Answers 1 - 3 of 3 Answers

J. P. Naidu

  • Jul 27th, 2005
 

All the methods in the Vector are synchronised

  Was this answer useful?  Yes

depiks

  • Sep 12th, 2005
 

A vector implements dynamic array, which can grow and shrink dynamically.It is similar to Arraylist with a difference that vector can be synchronized. it also contain some legacy methods.

  Was this answer useful?  Yes

hukmaram kumawat

  • Mar 21st, 2012
 

vector class is a dynamic array.we can store any type data and unlimited object in vector class.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions