Does arraylist have index?



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

Post New Answer

More Data Structures Interview Questions

What is unmodifiable list?

1 Answers  


do records fall under linear or non linear data structures?

1 Answers  


What is binary search tree and explain its time complexity?

1 Answers  


What are the disadvantages of linked list over array?

1 Answers  


Are dictionaries mutable?

1 Answers  


Define a tree?

1 Answers  


What does adt stands for?

1 Answers  


How do you separate zeros from non-zeros in an array?

1 Answers  


What is faster array or arraylist?

1 Answers  


Is hashmap a data structure?

1 Answers  


Does treemap sort on key or value?

1 Answers  


How to find if linked list has loop?

1 Answers  


Categories