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
Difference between a process and a program?
What is the purpose of garbage collection in java? When is it used?
What are the differences between include directive and include action?
Can we access instance variables within static methods ?
What is a type parameter in java?
What is the collections api in java programming?
What is main function purpose?
Is sizeof a preprocessor?
Can singleton class be serialized?
What is a boolean expression in java?
How to make a read-only class in java?
Explain java coding standards for variables ?
What is r * in math?
What is e in java?
When we serialize an object does the serialization mechanism saves its references too?