what is the difference between ArrayList and Vector
Answer Posted / narasimha
i would like to add a new point to above answers.
we can specify the increment size with the vector and with
array list we cannot
| Is This Answer Correct ? | 37 Yes | 5 No |
Post New Answer View All Answers
What is a consumer in java?
List types of storage classes in java?
What does @param args mean in java?
What is yield () in java?
What does mean in regex?
What is mysql driver class name?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What are autoboxing and unboxing? When does it occur?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
What is time complexity java?
What is the most important feature of java? What is an interface?
How do you make an arraylist empty in java?
What is bubble sorting in java?
I don’t want my class to be inherited by any other class. What should I do?
What are the differences between heap and stack memory?