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 the meaning of I ++ in java?
Why do we create threads in java?
What value is a variable of the string type automatically initialized?
What is charat ()?
What are synchronized blocks in java?
Does java runtime require a license?
Can we override the static method?
What is object data type?
Can size_t be negative?
What is the difference between heap and stack memory?
What is treemap in java?
Is a class an object?
How to check if linked list contains loop in java?
Can java list be null?
What is %02d?