Q
Quentin Huo
Hi:
I need make a calculation from database and the result may have 20,000,000
records which format is just a string. Can I add them into an ArrayList
object one by one? Is there any upper limitation on ArrayList object?
Even there is no limit, I don't think this is not a good solution. It must
take much memory. Any suggestion?
Thanks
Q.
I need make a calculation from database and the result may have 20,000,000
records which format is just a string. Can I add them into an ArrayList
object one by one? Is there any upper limitation on ArrayList object?
Even there is no limit, I don't think this is not a good solution. It must
take much memory. Any suggestion?
Thanks
Q.