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 / ravindra reddy
The size of the arraylist will increase to 150 why because
in arraylist the elements are reach to initial size of the
array list then size will be increase to half of the
capacity
| Is This Answer Correct ? | 38 Yes | 13 No |
Post New Answer View All Answers
What is square root in java?
What is the use of arraylist in java?
Difference between arraylist and vector.
What is hashing principle in java?
What are the Static and Dynamic Variables? Differentiate them.
What is a module function?
What is a newline character in java?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Can we make main() thread as daemon?
What are the steps involved to create a bean?
What is return null in java?
What are basic data types?
Does set allows null in java?
What is heterogeneous in java?
Explain about the main() method in java?