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 the basic concepts of OOPS?
What is scope & storage allocation of global and extern variables? Explain with an example
Is string is a class in java?
How do you change an int to a string?
What does next mean in java?
What is array sorting in java?
What does || mean in code?
What is the difference between I ++ and ++ I in java?
How list contains works in java?
Can I declare a class as private?
Can we convert stringbuilder to string in java?
What is an exception in java?
Can we make constructors static?
Why local variables are stored in stack?
What is an association?