Answer Posted / nikhil shah
Ans 1: Vector and ArrayList are growable or shrinkable
where as Array is not.
Ans 2: Array is not a primitive data type in java but it is
referenced data type.
Ans 3:Vector is implemented from list Interface
| Is This Answer Correct ? | 52 Yes | 11 No |
Post New Answer View All Answers
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
What is the function of log?
Can we nested try statements in java?
What is a programming object?
What is illegal identifier in java?
Is an object null?
What are methods and how are they defined?
What is the size of integer?
When can an object reference be cast to an interface reference in java programming?
How do you write a scanner class in java?
What is the relationship between clipping and repainting under awt?
What is close method? How it's different from Finalize & Dispose?
Can an interface implement another interface?
What is the static block?
What is a lambda expression ? What's its use ?