what is the difference between ArrayList and Vector
Answer Posted / devarathnam
Hi...
ArrayList is not synchronized(not Thread-safe)but Vector is
Synchronized(Thread-safe)
ArrayList gives u better performance than Vector
| Is This Answer Correct ? | 28 Yes | 3 No |
Post New Answer View All Answers
What is the difference between static and non-static variables in java programming?
Can a static member function access member variable of an object?
Can you achieve runtime polymorphism by data members?
What are some alternatives to inheritance?
What is string pooling concept?
Explain the difference between jdk, jre, and jvm?
How do I get the | symbol on my keyboard?
What is a substring of a string?
What is null in java?
What is stack explain?
Can you access the private method from outside the class?
What is classpath?
Is multiple inheritance supported by java?
How to store image in arraylist in java?
Explain about data types?