Howmany number of objects we can store in an ArrayList. Is
there any limit?
Answer Posted / rajender
there is no restriction to store object in arraylist.it's
default size is 10.wenever it's reaches the maximum size
it's increase size(current capacity*3/2+1).
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How do you add an element to a set in java?
Can arraylist contain null values?
What do you mean by aggregation?
What is java reflection?
what do you understand by the term string with respect to java?
Define "Access specifiers" in java.
What are methods in java?
Can we have multiple classes in single file ?
When do you get classcastexception?
What is a substitution variable?
What is an example of a boolean?
What is the association?
What is a method in java?
Tell us something about set interface.
What are keywords in java?