what is the difference between ArrayList and Vector
Answer Posted / mohammed salim
1. Arraylist is not synchronized while vector is.
2. Arraylist has no default size while vector has a default
size of 10.
| Is This Answer Correct ? | 89 Yes | 20 No |
Post New Answer View All Answers
What is a modifier?
Which is best ide for java?
What is difference between classpath and path variables in java?
What is class forname?
Tell me the Importent classes in net package?
Is string is a data type in java?
What is an accessor?
java Technical questions asked by JPMC
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What is super?
Discuss 2D arrays.
why java does not support unsigned keyword?
What is the length of a string?
How do you read a char in java?
What is type inference in java8?