0
Removing square brackets from ArrayList
How can I remove square brackets when printing an ArrayList or how can I edit the formatting of the elements printing in ArrayLIst? I dont want this output : [Red,Blue,Green]
2 odpowiedzi
0
Where do I have to write that toString method? in my own class?