I'm new to Java and I would like to know how many values can a arraylist hold.
I'm building an android project that takes values from a database table (I'm printing the values using json and calling the file in java), and records this values on a arraylist.
If my table has like 8000 records, would it be possible to the arraylist hold all these records?
Thank you.