String Collection or ArrayList

  • Thread starter Thread starter SK
  • Start date Start date
S

SK

i have a list of strings to be stored.
IS it better to use string collection or arraylist?
 
SK,

When it is static (you know before how many strings) use an array of string,
when you do not know it before use an arraylist.

I hope this helps?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top