what is the difference between ArrayList and Vector
Answer Posted / bhushan singh
ArrayList is having only those method defined within its
collection class but in case of vector it is having its own
method which is not a part of its collection class.
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
What is difference between iterator access and index access?
What is difference between wait and notify in java?
When we should use serialization?
Is array passed by reference in java?
How do you use compareto method?
What is treemap in java?
How to print an arraylist in java?
Why do we need variables?
What is a stringbuilder?
What is the difference between object oriented programming language and object based programming language?
What is a module function?
What lambda means?
What is initial size of arraylist in java?
Explain the difference between static and dynamic binding in java?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?