SyntaxFix
Write A Post
Hire A Developer
Questions
The best way is to use a List within a List:
List
List<List<String>> listOfLists = new ArrayList<List<String>>();