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 / saty
It is undocumented by sun/oracle. Also it varies from one
java cersion to another..... in Java 6==>
(100*3)/2+1
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Can we have static methods in an interface?
What is another word for methodology?
I want to print “hello” even before main is executed. How will you acheive that?
What is the point of java?
How to sort numbers in java without array?
Which data type is class in java?
What is skeleton and stub?
What are benefits of java?
Which variables are stored in heap?
What are the types of java?
What does the three dot emoji mean?
What is a boolean field?
what is the purpose of "virtual"?
What will happen if static modifier is removed from the signature of the main method?
What are accessor methods in java?