Printing a list

Report a typo

Select all the correct ways to display a string list, that is, to print all the elements:

a)

println(stringList)

b)

println(stringList.contentEquals())

c)

println(stringList.joinToString())

d)

println(stringList.printAllElements())
Select one or more options from the list
___

Create a free account to access the full topic