Answer Posted / monika
array is a collection of similar data tpyes of elements.
vector is the most widely used container.it stores elements
in contiguous memory locations.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Is java util list serializable?
Why inputstreamreader is used in java?
What is difference between protected and private?
what is deadlock? : Java thread
Is call by reference possible in java?
Explain aggregation in java?
How to sort an unsorted array in java?
What does method mean?
How can you set an applet’s height and width as a percentage?
Is a class subclass of itself?
What is the default size of arraylist in java?
What is the difference between the size and capacity of a vector?
What is tcp ip in java?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What is the purpose of finalization in java programming?