what is the Arraylist limit (maximum) by default ?
Answer Posted / shreya tanavade
Sorry fo r d mistake...Arraylist default capacity is 10...Aftr that wen you add the 11 th element its size increases by 50%....i.e...it becomes 15..and it goes on increasing as u go on adding...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the maximum size of a string in java?
What is the this keyword?
Which one of the following suits the description of a string better: derived or primitive?
What are the main uses of java?
What is a war file?
How to optimize the javac output?
What is the memory leak in java?
List out benefits of object oriented programming language?
For class CFoo { }; what default methods will the compiler generate for you>?
What is the program development process?
What are the advantages of passing this into a method instead of the current class object itself?
What is the difference between checked exception and unchecked exception?
What is the static import?
Difference between collection, collection and collections in java?
What type of language is java?