what is the diff b/w arraylist and vector?
Answer Posted / mari
vector intriduced in 1.0 version thats why we called vector
is a legecy.and AL(1.2) is non legecy
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between string, stringbuffer and stringbuilder?
What do you understand by the term string pool?
What are instance variables?
Why java is considered dynamic?
What is meant by javabeans?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is fundamental datatype?
What does %d do in java?
describe synchronization in respect to multithreading? : Java thread
What is variable and its types?
What is a flag value?
what do you mean by marker interface in java?
How many classes can any class inherit java?
Which package is used for pattern matching with regular expressions?
What is difference between iterator and enumeration in java?