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 difference between overloading and overriding in java?
Explain restrictions on using enum?
What is keyset in java?
How do you sort arraylist in descending order?
What is ph and buffers?
how we can make a read-only class in java?
what is the difference between preemptive scheduling and time slicing? : Java thread
What happens if we don’t override run method ?
Is minecraft 1.15 out?
What does mean in regex?
What is unsigned char?
give an example for encapsulation?
What is scope & storage allocation of global and extern variables? Explain with an example
Why map is used in java?
What is the use of parse function in java?