what is the difference between ArrayList and Vector
Answer Posted / kishore kumar naidu n
ArrayList Vector
1>. NOT synchronized 1>.Synchronized by Default
2>. Use only Iterator to 2>.Can use Iterator and Enumerator
access elements interface to access elements
3>. It increase it's size 3>.Default it double it's size
by 50% if it run out
off room
4>. No default size 4>.Default size is 10.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is void data type?
How to perform quicksort in java?
What are methods?
What is another word for methodology?
Why is flag used in java?
What is the arraylist in java?
Can an integer be null java?
What is return in java?
How do you download stubs from Remote place?
What are the types of web technologies?
What is boolean example?
What is java string pool?
What is difference between string and new string?
What is the difference between variable declaration and variable initialization?
Is a copy constructor?