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
Objects or references which of them gets garbage collected?
What is boolean flag in java?
Does java map allow duplicates?
How many bytes is a char in java?
Which arithmetic operations can result in the throwing of an arithmeticexception?
Can we use this () and super () in a method?
Why is the type for real numbers called double?
How to split arraylist elements in java?
Explain about core java?
How to create a thread in java?
Can we cast any other type to boolean type with type casting?
How do I convert a string to an int in java?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is join () in java?
How many types of memory areas are allocated by jvm?