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
Tell us something about an iterator.
What are the methods of object class ?
Tell us something about different types of casting?
Is arraylist sorted in java?
What does snprintf return?
Write a program to print all permutations of string?
What are pass by reference and pass by value?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What are the advantages of inner classes?
What is prime number in java?
What are controls and their different types in awt?
Why Java doesn’t support multiple inheritance?
When do you call copy constructor?
How do you create a first line indent?
What is jit compiler in java?