Hello everyone,
What is "Vector" in java ? Can someone post a suitable example....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jiteendra SampathiraoPosted Aug 2, 2011, 12:32 AM
Vector is a dynamic array which can grow automatically according to the required need. Vector does not require any fix dimension like String array and int array.
Go through this LINK