null
示例:
String[] ss = new String[]{"foo", "bar"}; System.out.printf("%s", ss);
在本例中,不会打印整个数组,而是只打印数组的第一个元素。