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
Can an unreferenced object be referenced again?
Can we create a class inside a class in java?
How do you declare an array that will hold more than 64KB of data?
Explain different forms of polymorphism?
Difference between serialization and deserialization in java?
What is a class in java?
What is the range of the short type?
Can we use return in constructor?
What is data and its types?
State the difference between strings and arrays.
What is the use of arraylist in java?
worst case complexities of Quick sort and Merge sort.
What does string [] args mean?
What are the important features of Java 9 release?
What is stored procedure. How do you create stored procedure ?