what is the Arraylist limit (maximum) by default ?
Answer Posted / raj
Array List can store more than 3277000 numbers. However the
size of list is depends on the memory (heap) size. If it
reaches maximum the JDK throws out of memory exception.
| Is This Answer Correct ? | 67 Yes | 3 No |
Post New Answer View All Answers
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Can a abstract class be defined without any abstract methods?
what is thread? What are the high-level thread states? : Java thread
Variable of the boolean type is automatically initialized as?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What is meant by oops concept in java?
Can you extend singleton class?
Write a java program that prints all the values given at command-line.
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What does the “static” keyword mean?
What does arrays sort do in java?
What is scope & storage allocation of static, local and register variables? Explain with an example.
What is get () in java?
java program with complete 4 oops concepts implemented example
What does this () mean in constructor chaining concept?