Login
Remember
Register
Ask a Question
Recent questions tagged scala
0
votes
1
answer
What is the value of z after executing this code? val y = List('a','b') val z = y::List('c')
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
scala
0
votes
0
answers
What is one way to implement pattern matching on methods?
asked
Aug 13, 2022
in
Scala Constructs
by
AdilsonLima
scala
0
votes
1
answer
For the for-yield construct, is the scope separate between for-body and yield-body?
asked
Aug 13, 2022
in
Scala Constructs
by
AdilsonLima
scala
0
votes
1
answer
Which is a subclass of all classes?
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
scala
0
votes
1
answer
What type of object does this code create? val x = (1234, "Active")
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
scala
0
votes
1
answer
When you convert a map to a list using the toList method of the map, the result will be of which type?
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
scala
0
votes
1
answer
What type of number is 1234.e5?
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
scala
0
votes
1
answer
After defining a function in the interpreter, Scala returns the following. What does the () indicate? myfnc: ()Unit
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
scala
0
votes
1
answer
What data type would you use to store an immutable collection of objects that contain a fixed number of varying types?
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
scala
0
votes
1
answer
What do you use in ScalaTest to see a detailed diagram of error messages when a test fails?
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
scala
0
votes
1
answer
What is one way to avoid low-level parallelization details?
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
scala
0
votes
1
answer
What value does this code return?
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
scala
interview
questions
and
answers
0
votes
1
answer
What is Scala?
asked
Apr 21, 2022
in
Scala Constructs
by
sharadyadav1986
scala
0
votes
1
answer
Scalability is an important trait of a functional programming language?
asked
Apr 21, 2022
in
Scala Constructs
by
sharadyadav1986
scala
functional-programming
0
votes
1
answer
Scala supports only single inheritance
asked
Apr 21, 2022
in
Scala Constructs
by
sharadyadav1986
scala
inheritance
0
votes
1
answer
Scala is a pure functional programming language
asked
Apr 21, 2022
in
Scala Constructs
by
sharadyadav1986
scala
functional-programming
Page:
« prev
1
2
3
4
...