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
What is a module function?
What is final keyword in java?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
How would overload a function based on return type?
What is difference between stringbuffer and string?
What are the classes of java?
What is difference between float and double?
what is thread? What are the high-level thread states? : Java thread
What is meant by object?
Is special character in java?
What is lossy conversion in java?
How variables are declared?
What is the advantage of OOP in java?
What data type is true or false?
What is java util function?