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
What is the difference between I ++ and ++ I in java?
What is compareto () in java?
Is java code slower than native code?
What is scope & storage allocation of global and extern variables? Explain with an example
How do I get 64 bit java?
Differentiate between a constructor and a method? Can we mark constructors final?
What is a default constructor and also define copy contrucyor?
What is variable length arguments in java?
What is the purpose of interface?
What is difference between module and function?
why using interface interface ?
What is the use of java?
how would you implement a thread pool? : Java thread
What are the differences between wait() and sleep()?
What is difference between throw and throws ?