for (int i = 0; i < temp.length; i++){     temp[i] = if(!temp[i].trim().equals("") || temp[i]!=null)temp[i].trim(); }

Read more of this post