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
Explain about field hiding in java?
How to sort elements in a parallel array in java?
What is the role of the java.rmi.naming class?
What is the static block?
Which is easier .net or java?
What is the main function in java?
Can we overload the main() method?
Does java vector allow null?
What is illegal identifier in java?
How do you do a line break in java?
What classes of exceptions may be thrown by a throw statement?
Does java support function overloading, pointers, structures, unions or linked lists?
What do you mean by singleton class in java?
How many ways can we create the string object?
What is the difference between static (class) method and instance method?