Efficiency questions
- by rayman
Hi,
I have to manage XML documents and Strings in my app.
In terms of efficiency and memory usage, will a collection like ArrayList be much more expensive than String[]? Also, I could store the content as a regular String or XML. Is working with XML also more expensive? (When I say expensive, I am referring to the use of system resources.)
If there are differences, are they significant?
Thanks,
Ray.