Thread
:
Changing size of Array
View Single Post
#
1
(
permalink
)
11-14-2007, 09:34 PM
ravian
Senior Member
Join Date: Nov 2007
Posts: 115
Changing size of Array
I have a String array of size 5. Is it possible to increase its size on the fly and retaining the data of the array.
Code:
String[] array = new String[5]; … array = new String[10];
Thanks.
Sponsored Links
ravian
View Public Profile
Send a private message to ravian
Find all posts by ravian