String[] vowels = { "a", "e", "i", "o", "u" }; System.out.println(vowels); System.out.println(Arrays.toString(vowels));