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
If a class is declared without any access modifiers, where can the class be accessed?
What is difference between word and integer?
what do you mean by classloader?
What is meant by string is immutable?
Explain the difference between treeset and treemap in java?
Explain parallel processing in java8?
Does list allow duplicates in java?
What is a boolean flag in java?
What is definition and declaration?
Explain an algorithm to find depth of a binary tree.
How can constructor chaining be done by using the super keyword?
Define the term string pool?
Is it possible to specify multiple jndi names when deploying an ejb?
Can we pass null as argument in java?
What is a method in java?