what is the difference between ArrayList and Vector
Answer Posted / dara
ArrayList is non synchronized.Vector is
synchronized.ArrayList is very fast because non
synchronized.we can specify the increment size with the
vector and with arrayList we cannot
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
What are the Static and Dynamic Variables? Differentiate them.
Explain where variables are created in memory?
When will we prefer to use set and list in java and why?
how to split string in java?
How do you ensure that n threads can access n resources without deadlock?
Is string is a class in java?
What is meant by string is immutable?
What is map and hashmap in java?
How does hashset works in java?
What are loops in java?
What is default exception handling in java?
Give us a program to check for parenthesis matching using stack.
What is the difference between interface & abstract class?
What does java edition mean?
What is a stack class in java ?