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
Can static methods be inherited?
What is difference between c++ and java ?
Compare overloading and overriding?
what do you understand by the term string with respect to java?
Is null in java?
What is core java called?
Wha is the output from system.out.println(“hello”+null); ?
What is entry in java?
In Java list the methods that can be overridden?
What are the advantages of autoboxing?
What about interrupt() method of thread class ?
How do you read and print a string in java?
What is difference between static and final?
What is increment in java?
What is oop in java?