Does arraylist have index?
Answer / Jitendra Pratap Singh
Yes, ArrayList implements the List interface and uses zero-based indexing. Each element can be accessed by its index.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is unmodifiable list?
do records fall under linear or non linear data structures?
What is binary search tree and explain its time complexity?
What are the disadvantages of linked list over array?
Are dictionaries mutable?
Define a tree?
What does adt stands for?
How do you separate zeros from non-zeros in an array?
What is faster array or arraylist?
Is hashmap a data structure?
Does treemap sort on key or value?
How to find if linked list has loop?