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
If you are given the name of the function at run time how will you invoke the function?
Garbage collection in java?
What is singleton class in java and how can we make a class singleton?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What is the purpose of static keyword in java?
What is serialversionuid?
What exactly is a .class file?
Explain the features of interfaces in java?
Define interface in java?
How can we achieve thread safety in java?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Difference between java and javascript
What is java in layman terms?
What is args length in java?
What is the difference between a choice and a list?