how can the str return null?
for(int i = 1; ; i++)
{
String item = items[i];
}


