what is the difference between ArrayList and Vector
Answer Posted / harmeet
Arraylist is not synchronized where as Vector is
synchronized.
No default size for Arraylist where as Vector is having a
default size of 10.
Is This Answer Correct ? | 58 Yes | 19 No |
Post New Answer View All Answers
What is return keyword in java?
What is class and object in java?
What is module in project?
What does || mean in code?
What is comparable and comparator interface? List their differences
Why does java have two ways to create child threads?
what is thread? : Java thread
Can a class extend more than one class?
Does java have a compiler?
What is the difference between yielding and sleeping in java programming?
Why volatile is used in java?
What are assembly attributes?
what is deadlock? : Java thread
What is the size of an array?
Is 0 a prime number?