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
What are the changes in java.io in java 8 ?
Explain runtime exceptions?
What does += mean coding?
Why main function is static?
What is the difference between the final method and abstract method?
What comes to mind when someone mentions a shallow copy in java?
What is java util list?
Can we have two methods in a class with the same name?
What is a parameter in simple terms?
Explain about collection interface in java?
Can private members of a base class are inheritable justify?
What is thread start?
If we don’t want some of the fields not to serialize how to do that?
What is basic syntax?
What is compareto?