S SK Aug 24, 2004 #1 i have a list of strings to be stored. IS it better to use string collection or arraylist?
C Cor Ligthert Aug 24, 2004 #2 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
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