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 steps are taken when the OS shifts from one-thread execution to another?
What are the classes of java?
What is the purpose of lambda expressions?
what is anonymous class in java?
Does string isempty check for null?
What is try-with-resources in java?
Can we able to pass objects as an arguments in java?
How do I convert a string to an int in java?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
List implementations of list interface?
What is the purpose of sizeof operator?
What is string in java is it a data type?
How can you traverse a linked list in java?
What is the ==?
What does string mean in java?