Differentiate Vector and ArrayList?
Answer Posted / v.kannan
Vector is synchronized where as
Arraylist is not synchronized.
In Array List there is no guarantee elements will be in
order(It will vary System to System)
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is the difference between == and === javascript?
What is literal example?
How we can execute any code even before main method?
Can you extend main method in java?
What types of index data structures can you have in java?
What are the advantages of java inner classes?
Can java arraylist hold different types?
When is finally block not called?
Is null a keyword in java?
What is the range of a character variable?
What is meant by class and object in java?
What class of exceptions are generated by the java run-time system?
Why java is call by value?
What is jvm? How its run?
Objects or references which of them gets garbage collected?