SyntaxFix
Write A Post
Hire A Developer
Questions
Simple and straight forward way to create ArrayList of String
List<String> category = Arrays.asList("everton", "liverpool", "swansea", "chelsea");
Cheers