Thread: String Variable
View Single Post
  #1 (permalink)  
Old 06-06-2007, 05:26 AM
Eric Eric is offline
Senior Member
 
Join Date: Jun 2007
Posts: 111
Eric is on a distinguished road
String Variable
I have the following problem, where work handles the data of Web services of the following way

Code:
String v[]= new String [100];
it receives data of this way and it dispatches data of the same way,but you know that I cannot always leave this array with a static size, my doubt is how I can handle arrays with variable size?

Eric
Reply With Quote
Sponsored Links