Howmany number of objects we can store in an ArrayList. Is
there any limit?
Answer Posted / chandrashekhar
The size will be as equal to int size.
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
Garbage collection in java?
What is sortedset in java?
Should a main method be compulsorily declared in all java classes?
What does || mean in code?
Does windows 10 need java?
Do extraneous variables affect validity?
What is a protected void?
What is boolean law?
What is public static void main?
Is it possible to compare various strings with the help of == operator?
Which class is the superclass for every class in java programming?
What are the types of java?
How do you sort in descending order in java using collections sort?
What best practices should you follow while writing multithreaded code in java?
How to create a custom exception?