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 are the basic control structures?
How to convert string to char and vice versa?
Can you instantiate the math class?
What is default locale java?
What is the difference between arraylist and hashset in java?
What is the meaning of 3 dots in java?
What is string made of?
What are static variables and functions?
What is :: operator in java?
What are the steps involved to create a bean?
What is the difference between instanceof and isinstance?
What is proper subset?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is callablestatement? How you can call stored procedure to pass in parameter?