Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

string array in java methods

String[] vowels = { "a", "e", "i", "o", "u" };
System.out.println(vowels);
System.out.println(Arrays.toString(vowels));
Source by www.journaldev.com #
 
PREVIOUS NEXT
Tagged: #string #array #java #methods
ADD COMMENT
Topic
Name
3+9 =