what is the difference between ArrayList and Vector
Answer Posted / surya
for addition of 3rd answer incresing capacity in vector
using with ensureCapacity(int x) method
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What is singleton pattern?
What will be the initial value of an object reference which is defined as an instance variable?
What is exception hierarchy in java?
What is the maximum size of arraylist in java?
Distinguish between a predicate and a function?
What does nextint () do in java?
Can we override singleton class?
What is Gang of four design patterns
Why char array is favored over string for the storage of passwords?
Can we create a constructor in abstract class?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What are nested classes in java?
What is an anonymous class in java?
How do you create a method in java?
What are the steps that are followed when two computers connect through tcp?