ArrayList<String>[] lists = {new ArrayList<String>(), new ArrayList<String>()}; Why does not it work?
There is no need to offer options using ArrayList, but ArrayLists are not needed, I just want to know what the problem is, googled about arrays and generics on the Internet, did not find anything suitable.