Howmany number of objects we can store in an ArrayList. Is
there any limit?
Answer Posted / rajender
there is no restriction to store object in arraylist.it's
default size is 10.wenever it's reaches the maximum size
it's increase size(current capacity*3/2+1).
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can we convert stringbuffer to string?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
How garbage collection is done in java?
What is comparator in java?
what is the volatile modifier for? : Java thread
Why java is made?
what is synchronization? : Java thread
What is return data type?
What are different access specifiers in java? Explain
If a method is declared as protected, where may the method be accessed in java programming?
Why does java doesnt suuport unsigned values?
What is volatile data type?
How do you override a method in java?
What is final?
What is the difference between compiler and jvm?