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
How java enabled high performance?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
What happens when main () method is declared as private?
Why hashmap is used in java?
How do you pass by reference?
Explain the difference between static and dynamic binding in java?
What does indexof mean?
Can a set contain duplicates?
What is navigable map in java?
What are the differences between heap and stack memory in java?
What is the use of using enum to declare a constant?
Can we have static methods in an interface?
What does java ide mean?
What is array list in java?
Explain the importance of throws keyword in java?