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
What is the purpose of garbage collection in java?
What is final method in java?
What does the “final” keyword mean in front of a variable? A method? A class?
Do I need java on my pc?
Define a java class.
Explain what is encapsulation?
How do you access command-line arguments within the code?
What is a method declaration?
Can we change the value of static variable?
Where pragma is used?
How do you make an arraylist empty in java?
What is main method?
What do you mean by Function Overloading in java?
What are byte codes?
What is the default value of an object reference declared as an instance variable?