What does arraylist remove do?



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

Post New Answer

More Data Structures Interview Questions

What is nsmutablearray?

1 Answers  


What is arraylist load factor?

1 Answers  


What do you mean by Syntax Error

1 Answers  


where do you use double linked list?

1 Answers  


When would you use a hashmap?

1 Answers  


Why sorting is done?

1 Answers  


What do you mean by the term “percolate down”?

1 Answers  


What does bubble sort do?

1 Answers  


What do you mean by breadth first search (bfs)?

1 Answers  


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.

1 Answers  


Can we insert null in set?

1 Answers  


List the data structures which are used in rdbms.

1 Answers  


Categories