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
Can a source file contain more than one class declaration?
what is mutual exclusion? : Java thread
what is meant by encapsulation?
Is singleton class thread safe?
What is immutable in java?
I want to store more than 10 objects in a remote server? Which methodology will follow?
Does java arraylist maintain insertion order?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What are the classes of java?
What about main() method in java ?
What is the effect of keeping a constructor private?
worst case complexities of Quick sort and Merge sort.
How do you get the length of a string in java?
What is a local class in java?
What does singleton class mean?