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 / sri
same 100 since the count starts from 0 onwards its obcious
tat u wud have 101 elements
| Is This Answer Correct ? | 7 Yes | 35 No |
Post New Answer View All Answers
What is a vector in java?
Explain about core java?
Where are local variables stored?
Explain about oops concepts.
What is the impact of declaring a method as final?
What is an iterator interface in java programming?
Define a java class.
What's the difference between int and integer in java?
Why is it important to initialize a variable?
What does sprintf mean?
What are the various access specifiers in java?
Which java collection does not allow null?
Tell me a few examples of final classes defined in Java API?
What is concurrent hashmap and its features?
How to change the priority of thread or how to set the priority of thread?