Play Games

Search This Blog

Showing posts with label How to add elements to string array in java?. Show all posts
Showing posts with label How to add elements to string array in java?. Show all posts

Monday, July 3, 2017

How to add elements to string array in java?

How to add elements to string array in java?

Sample Code:
String[] sArray = null;
for(int j =0 ;  j <100; j++) {
sArray[j] =  "Test";