Answer Posted / ravikiran(aptech mumbai)
Array is not growable where as vector is growable
array can hold similar type of datatype elements...where as
vector holds different datatyped objects
Is This Answer Correct ? | 41 Yes | 8 No |
Post New Answer View All Answers
What is the difference between a vector & an array list?
Compare Mutex and Semaphore in java.
What is the synonym of framework?
How do you write a scanner class in java?
Explain about fail fast iterators in java?
What is the dot operator?
Can we override tostring method in java?
What is time complexity java?
How will you initialize an Applet?
What are memory tables?
What is a heavyweight component?
When arithmeticexception is thrown?
What are different exception types exceptions available in java ?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
What about anonymous inner classes in java?