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 difference between a checked and an unchecked exception?
What is thread count in java?
What are access specifiers in java ?
How do you use compareto?
What is the purpose of the finalize() method?
What is difference between equals and hashcode method?
Is alive in java?
Difference between method overloading and method overriding in java ?
What is a subsequence of a string?
How do you make an arraylist empty in java?
What are 4 pillers of object orinted programming?
What is data movement?
What is default switch case? Give example.
Can we sort a map in java?
What is treeset and treemap in java?