what is the diff b/w arraylist and vector?
Answer Posted / shweta dhankani
Above answer is wrong..
Infact it is opposite..
Vector methods are synchronized and are thread safe.
Whereas Arraylist methods are not synchronized and thread safe.
| Is This Answer Correct ? | 30 Yes | 0 No |
Post New Answer View All Answers
What is array pointers ?
Explain about anonymous inner classes ?
What is boolean in java?
what are synchronized methods and synchronized statements? : Java thread
When is update method called?
Explain about version control?
What carriage return means?
What does a boolean method return?
Which variable is the independent variable?
Why Java doesn’t support multiple inheritance?
What does replaceall do in java?
Is java a security risk?
How does queue work in java?
What is a condition in java?
What is a numeric literal?