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 / reddy
(initial capacity*3/2)+1
(100*3/2)+1
| Is This Answer Correct ? | 28 Yes | 4 No |
Post New Answer View All Answers
How do you use wildcards?
What is jagged array in java?
What is default exception handling in java?
What is meant by 'bit masking' in java?
What is data string?
how come we know the object is no more used in the class?
What is java basic concept?
What is the use of volatile in java?
Justify your answer that you can't define a method inside another method in java, if you can then how?
What is the purpose of sizeof operator?
Why we use methods in java?
Can a constructor be protected?
What is purpose of find feature?
Can we access the non-final local variable, inside the local inner class?
What is the difference between iterator and enumeration ?