Differentiate Vector and ArrayList?
Answer Posted / pranab dutta
Vector is synchronized
Arraylist is not synchronized.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is a flag and how does it work?
How many types of the indexof method are there for strings?
What is an arraylist in java?
What is the difference between variable & constant?
What class allows you to read objects directly from a stream?
What is substring in java?
What are java packages? What is the significance of packages?
Explain where variables are created in memory?
What is instance example?
How to run a JAR file through command prompt?
What is return code?
Realized?
Can we have more than one package statement in the source file?
What is java util?
Which is better arraylist or vector?