Where to store huge number of strings
                            
                         
                        
                     
                 
                
                    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.