// String数组  
String[] array = new String[] { "First", "Second", "Third", "Fourth" };  
System.out.println(Arrays.toString(array));