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
How big is a 32 bit integer?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What carriage return means?
is there a separate stack for each thread in java? : Java thread
What is the Difference between Final Class && Abstract Class?
What are sets in java?
Where will it be used?
What is a ternary operator in java? What is an interface?
What is meant by string is immutable?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
What are the uses of java?
What is the largest number a double can hold?
How to display names of all components in a Container?
How are variables stored?
What's the default access specifier for variables and methods of a class?