Login
Remember
Register
Ask a Question
What type of object does this code create? val x = (1234, "Active")
0
votes
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
What type of object does this code create?
val x = (1234, "Active")
a. List
b. Map
c. Tuple
d. Array
scala
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 13, 2022
by
AdilsonLima
Correct answer:- Tuple
...