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
Which of the following are scala variables?
Home
Scala Constructs
Which of the following are scala variables?
asked
Sep 11, 2022
in
Scala Constructs
by
sharadyadav1986
Which of the following are scala variables?
a) var myVar : Int=0;
b) val myVal: Int=1;
c) Both A and B
d) None of the above
scala
variables
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 11, 2022
by
sharadyadav1986
c) Both A and B
Related questions
0
votes
Q: What are different types of Scala variables?
asked
Sep 10, 2022
in
Scala Constructs
by
Robin
scala-variables
variables
scala
types
0
votes
Q: It is possible to change the variables defined using __ keyword as many times as you like.
asked
Sep 11, 2022
in
Scala Constructs
by
sharadyadav1986
scala
variables
code
0
votes
Q: Write different types of scope provided for variables in Scala.
asked
Sep 10, 2022
in
Scala Constructs
by
Robin
scala
variables-scope
0
votes
Q: Which one of the following is not a type of Scala Identifier?
asked
Sep 11, 2022
in
Scala Constructs
by
sharadyadav1986
scala
identifier
0
votes
Q: Which of the following provides a way to multiple inheritance in Scala?
asked
Sep 11, 2022
in
Scala Constructs
by
sharadyadav1986
scala-constructs
inheritance
scala
0
votes
Q: Which of the following variables takes precedence over the others if the names are the same?
asked
Mar 20, 2021
in
JavaScript
by
sharadyadav1986
javascript
javascript-variables
variables
0
votes
Q: What are the Scala Features?
asked
Sep 12, 2022
in
Scala Constructs
by
Robin
scala-features
scala
0
votes
Q: What are the similarities and differences between Scala’s Int and Java’s java.lang.Integer? What is the relationship between Int and RichInt in Scala?
asked
Sep 12, 2022
in
Scala Constructs
by
Robin
scala
java
0
votes
Q: What are the major advantages of Scala Language? Are there any drawbacks of Scala Language?
asked
Sep 12, 2022
in
Scala Constructs
by
Robin
scala-advantages
scala
0
votes
Q: In Scala, maps are by default ________ without an explicit import.
asked
Sep 11, 2022
in
Scala Constructs
by
sharadyadav1986
scala
explicit-import
maps
0
votes
Q: What are the advantages of Scala?
asked
Sep 11, 2022
in
Scala Constructs
by
sharadyadav1986
scala
advantages
benefits
0
votes
Q: What are the types of inheritance supported by Scala?
asked
Sep 11, 2022
in
Scala Constructs
by
sharadyadav1986
scala
inheritance
0
votes
Q: Explain the different access modifiers that are available in Scala.
asked
Sep 11, 2022
in
Scala Constructs
by
sharadyadav1986
scala
access-modifiers
0
votes
Q: What are different packages in Scala?
asked
Sep 11, 2022
in
Scala Constructs
by
sharadyadav1986
scala
packages
0
votes
Q: What are different types of constructors used in Scala?
asked
Sep 11, 2022
in
Scala Constructs
by
sharadyadav1986
scala
constructors
...