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 the purpose of extern variable?
Explain list interface?
What are the differences between forwarding () method and sendredirect() methods?
What is the difference between assignment and initialization?
What are different types of constants?
What are namespaces in java?
How do you check if two given string are anagrams?
How do I get a substring?
Can we have multiple classes in a single file?
Explain with example the concept of constant variable in java.
Is java type safe?
Can we increase array size dynamically in java?
What does n mean?
What is the function of compareto in java?
What is jdbc api?