Home »
MCQs »
Scala MCQs
How many types of operators are present in Scala?
42. How many types of operators are present in Scala?
- 5
- 2
- 6
- 8
Answer: A) 5
Explanation:
There are 5 types of operators in Scala, they are:
- Arithmetic Operators
- Relational Operators
- Logical Operators
- Bitwise Operators
- Assignment Operators