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
What is difference between static class and normal class?
Is a string literal?
What is autoboxing and unboxing?
Why do we need variables?
What is integer parseint?
What are the differences between Java 1.0 and Java 2.0?
What is unicode full form?
What is this keyword used for?
Can we define package statement after import statement in java?
How can you share data between two thread in Java?
Explain what pure virtual function is?
What is the epoch date?
What is the difference between serial and throughput garbage collector?
Explain jdk, jre and jvm?
What is the purpose of sizeof operator?