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 value does this code return?
Home
Scala - The Diatonic Syallable
What value does this code return?
0
votes
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
What value does this code return?
val m1 = Map("a"->1,"b"->2,"c"->3)
m1("a")
a. a
b. 2
c. b
d. 1
scala
interview
questions
and
answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 13, 2022
by
AdilsonLima
Correct answer is :- 1
...