What is the meaning of arraylist?



What is the meaning of arraylist?..

Answer / Shashank Tyagi

An ArrayList is a dynamic array implementation in Java. It is a resizable-array that can store elements of any data type, but it's commonly used for objects. ArrayList provides methods for adding, removing, and retrieving elements.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Is copyonwritearraylist thread safe?

1 Answers  


Why is concurrenthashmap thread safe?

1 Answers  


Explain the steps to insert data into a singly linked list?

1 Answers  


How to find the duplicate in an array?

1 Answers  


What do u mean by data type?

1 Answers  


If I try to add enum constants to a treeset, what sorting order will it use?

1 Answers  


Tell me what should be done in the base case for this recursive problem?

1 Answers  


What is the use of tree data structure?

1 Answers  


Which is the parent class of printerstatereasons class?

1 Answers  


What is the complexity of adding an element to the heap?

1 Answers  


What is heap with example?

1 Answers  


Is it necessary to sort a file before searching a particular item ?

1 Answers  


Categories