Answer Posted / smitha
I think there is a correction in question .
Its growable array
Ans: Vector and ArrayList
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is mnemonic code?
Justify your answer that you can't define a method inside another method in java, if you can then how?
Can we execute a program without main?
What are internal variables?
What is a ?
Why collection doesn’t extend cloneable and serializable interfaces?
What is the difference between serializable and externalizable interfaces?
how to convert Java project into Maven ?
How does split work in java?
How do you convert bytes to character in java?
What is the use of System class?
Why runnable interface is used in java?
What is unmodifiable list in java?
Explain about the performance aspects of core java?
Difference between string s= new string (); and string s = "abv";?