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 char data type?
Is empty .java file name a valid source file name?
What is compareto?
Where are variables stored?
Explain the use of javap tool.
What is the memory leak in java?
What is the difference between static method and instance method in Java?
Why do we use threads in java?
What are "methods" and "fields"?
What is an exception? difference between Checked and Unchecked exception in Java
What is a constructor overloading in java?
Is cout buffered?
What is the history of java?
Is java based on c?
What are the basic concepts of OOPS in java?