Hi all,

I am a beginner in java and would like to know how to convert List<Set<String>> to an array, so that the output would be without brackets and commas. I have the following part of code:

...