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 is independent and dependent variables in research?
Is object a data type?
How do you write a conditional statement?
What is JFC?
Which access specifier can be used with class ?
What is null in java?
Is hashset sorted in java?
What is udp in java?
What do you understand by casting in java language?
What is lambda expression in java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What is java volatile?
What is the method overriding?
What is the full meaning of java?
Is java pass by value or pass by reference?