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
Explain about procedural programming language or structured programming language and its features?
What is :: operator in java 8?
How many types of parsers are there?
What restrictions are placed on method overloading in java programming?
What does substring mean?
What is the difference between the direct buffer and non-direct buffer in java?
What do bitwise operators do?
What is the new line character?
What is a consumer in java?
what do you mean by classloader?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is the common usage of serialization?
Why is singleton instance static?
What is mean by collections in java?
What is stringwriter?