if arraylist size is increased from initial size what is
the size of arraylist...suppose initial is 100 , if i add
101 element what is the size...
Answer Posted / dhruba guha
if the initial size is = N
then it will expanded memory will be = N + N/2 +1
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
When is the arraystoreexception thrown?
Why is it called a string?
Can we create more than one object singleton class?
How do you clear a list in java?
What is scope & storage allocation of static, local and register variables? Explain with an example.
What is return null in java?
What is thread safe java?
Explain about exception propagation?
What about main() method in java ?
What is classname class in java?
How to sort list of list in java?
Why charat is used in java?
What is re-factoring in software?
What is procedure writing?
What is a method in java?