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 compareto?
What do you understand by overloading and overriding in java?
Can a main method be declared final?
Are maps ordered java?
How do you square a number in java?
How to connect to a remote database using Applet?
Explain 5 features introduced in jdk 1.7?
Describe the term diamond problem.
How many bytes is a string?
Is it possible to compare various strings with the help of == operator?
How are multiple inheritances done in Java?
Can a constructor be protected?
How to reverse a string in java?
What is a for loop in java?
Can we override the static method?