what is the Arraylist limit (maximum) by default ?

Answer Posted / rohit

the maximum limit of items stored in arraylist is approx. 6*10^8

Is This Answer Correct ?    7 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is null a keyword in java?

549


What is Classloader in Java?

628


What does main method?

550


What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?

508


What is regex in java?

523






Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.

583


Can we have two main methods in a java class?

530


Can we create an object of private class?

539


What is function declaration?

519


Which class is the superclass of all classes?

592


Is set thread safe java?

496


Can java program run without jre?

558


What is parameters example?

541


What is string array?

568


What is busy spin, and why should you use it?

584