1
Answer

Where to store huge number of strings

Ask a question
Utkarsh

Utkarsh

18y
2k
1
Hi,


I want to store some thousand (1000+) strings to use them in my program. I dont want to use database. What are the options available for me?
1. Resource files
2. Array
3. Hash tables
4. XML file
5. Any other
Plase let me know.

Answers (1)