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
I don’t want my class to be inherited by any other class. What should I do?
How to make a class or a bean serializable?
What is broken and continue statement?
What are local variables?
What is passing by reference in java?
What is the functionability stubs and skeletons?
How to find the index of the largest number in an arraylist java?
What is variable and its types?
Can we use synchronized block for primitives?
Are static members inherited to sub classes?
Can a class with private constructor be extended?
Difference between collection, collection and collections in java?
What are daemon Threads in java?
What is return used for in java?
Explain the difference between an Interface and an Abstract class?