what is the Arraylist limit (maximum) by default ?
Answer Posted / venkat
ArrayList has index which is an int....so the maximum size
of arraylist is (2 power of 32) - 1
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are basic data types?
What does it mean to flush a file?
What are the difference between string, string builder, and string buffer in java?
How to do encapsulation in java?
What is a file pointer?
What is tree node in java?
Is it safe to install java on my computer?
Is empty string in java?
what is meant by Garbage collection?
How to display names of all components in a Container?
How do you input a string in java?
What is a heavyweight component?
What is a functional interface?
What are data types in programming?
How do you reverse sort in java?