Login
Remember
Register
Ask a Question
When you convert a map to a list using the toList method of the map, the result will be of which type?
0
votes
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
When you convert a map to a list using the toList method of the map, the result will be of which type?
a. List[(String, String)]
b. List[(Array, Array)]
c. List[(Collection, Collection)]
d. List
scala
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 13, 2022
by
AdilsonLima
Correct answer:- List
...