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 the symbol for line break?
What are the advantages of java over cpp?
How do you use compareto?
what is the constructor and how many types of constructors are used in java?
Can a class have more than one object?
What checkbox method allows you to tell if a checkbox is checked?
What is fail fast in java?
How do you make an arraylist empty in java?
Is void a data type?
What are the advantages of passing this into a method instead of the current class object itself?
What are keywords in java?
What is connection class in java?
Explain about the security aspect of java?
Name and explain the types of ways which are used to pass arguments in any function in java.
What is Java Reflection API? Why it’s so important to have?