what is the Arraylist limit (maximum) by default ?
Answer Posted / venkat
ArrayList has index which is an int....so the maximum size
of arraylist is (2 power of 32) - 1
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do you escape json?
Why does java have different data types for integers and floating-point values?
Explain aggregation in java?
Is array size fixed in java?
Why do we use bufferedreader?
Can we overload the main() method?
what is singleton class in java?
Give reasons supporting that string is immutable.
Difference between process and thread?
What is an empirical question?
What is the difference between path and classpath variables?
Is java still relevant?
What is deserialization?
Why do we need data structure in java?
How do you remove duplicates in java?