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
Why java is call by value?
What is the use of bufferedreader?
Explain the inheritance?
How many types of variables are there?
What is exception in java?
What is string in java with example?
Which is the best approach for creating thread ?
What does jenkins do?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
Explain about automatic type conversion in java?
What is the r character?
What do you mean by Function Overloading in java?
What do you mean by a JVM?
What is the locale class in java programming?
How is a structure different from array ?