Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

Load collection of strings from console

Collection<String> phones = Arrays.asList(scanner.nextLine().split("s+"));
 
PREVIOUS NEXT
Tagged: #Load #collection #strings #console
ADD COMMENT
Topic
Name
6+6 =