String[] str = new String[some size];

for (int i =0; i < str.length; i++)
{
str[i] = value;
}