Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What type of object does this code create? val x = (1234, "Active")
Home
Scala - The Diatonic Syallable
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
...