what is the Arraylist limit (maximum) by default ?
Answer Posted / raj
Array List can store more than 3277000 numbers. However the
size of list is depends on the memory (heap) size. If it
reaches maximum the JDK throws out of memory exception.
| Is This Answer Correct ? | 67 Yes | 3 No |
Post New Answer View All Answers
What is flag in java?
How many bytes is a unicode character?
What is the function of compareto in java?
What is the difference between instanceof and isinstance?
what is object-oriented programming in java?
What is method overriding in java ?
What is the locale class in java programming?
What is string variable?
Explain what pure virtual function is?
What is import java util arraylist?
Can we declare array without size in java?
What is an inner class in java?
Why destructor is not used in java?
Can we catch more than one exception in single catch block?
What is Session reduplication and how its done?