null
例:
String[] ss = new String[]{"foo", "bar"}; System.out.printf("%s", ss);
この例では配列全体ではなく、配列の最初の要素のみが出力されます。