What is arraylist load factor?



What is arraylist load factor?..

Answer / Surendra Kewat

ArrayList in Java doesn't have a load factor like HashMap. Instead, it dynamically resizes itself when needed, using an internal growth factor of 1.5.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What package is arraylist?

1 Answers  


what are the applications of Linked Lists?

1 Answers  


Do you know what is linear search?

1 Answers  


What are the objectives of studying data structures?

1 Answers  


What is a list of lists?

1 Answers  


What do you mean by external sorting?

1 Answers  


Can treemap have null values?

1 Answers  


Can we add duplicate keys in a hashmap? What will happen if we attempt to add duplicate values?

1 Answers  


Differentiate file structure from storage structure?

1 Answers  


In what data structures are pointers applied?

1 Answers  


How do I sort hashset?

1 Answers  


Write an algorithm to find middle element in the linked list.

1 Answers   JPMorgan Chase,


Categories