String[] strs = null;int i=10;strs = new String[i];i=20;strs=null;
strs = new String[i];