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
Recent questions tagged scala
Home
Tag
scala
0
votes
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
What is one way to implement pattern matching on methods?
asked
Aug 13, 2022
in
Scala Constructs
by
AdilsonLima
scala
0
votes
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
Which is a subclass of all classes?
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
scala
0
votes
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
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
What type of number is 1234.e5?
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
scala
0
votes
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
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
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
What is one way to avoid low-level parallelization details?
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
scala
0
votes
What value does this code return?
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
scala
interview
questions
and
answers
0
votes
What is Scala?
asked
Apr 21, 2022
in
Scala Constructs
by
sharadyadav1986
scala
0
votes
Scalability is an important trait of a functional programming language?
asked
Apr 21, 2022
in
Scala Constructs
by
sharadyadav1986
scala
functional-programming
0
votes
Scala supports only single inheritance
asked
Apr 21, 2022
in
Scala Constructs
by
sharadyadav1986
scala
inheritance
0
votes
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
...