what is the difference between ArrayList and Vector
Answer Posted / mallikarjuna
yes ArrayList is not syncronized on multiple threads and
not give correct result but Vector is syncronized 0n
multiple threads and it give correct result
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of return statement?
What is the difference between static and non-static variables in java programming?
What do you mean by light weight and heavy weight components?
String class is defined under which package in java?
Define an applet in java?
What is the abstract class?
Is java util regex pattern thread safe?
What is a type parameter in java?
Can we create an object of private class?
How to perform merge sort in java?
Is linked list a linear or non-linear data structure?
Which is the best sorting technique in java?
What are the supported platforms by java programming language?
What is java reflection api?
What is thread synchronization in java?