What does arraylist remove do?
Answer / Amitesh Srivastava
The remove() method in ArrayList removes the element at the specified position in this list (optional if index is null). The size of the list will be decreased by one.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is nsmutablearray?
What is arraylist load factor?
What do you mean by Syntax Error
where do you use double linked list?
When would you use a hashmap?
Why sorting is done?
What do you mean by the term “percolate down”?
What does bubble sort do?
What do you mean by breadth first search (bfs)?
Of the following tree structure, which is, efficient considering space and time complexities? (a) Incomplete Binary Tree (b) Complete Binary Tree (c) Full Binary Tree (b) Complete Binary Tree.
Can we insert null in set?
List the data structures which are used in rdbms.