Object[] objArray = {"1","2","3"}; String[] strArray = Arrays.asList( objArray ).toArray( new String[0] );