Home »
MCQs »
Scala MCQs
Which of these is not a type of identifier?
37. Which of these is not a type of identifier -
- Alphanumeric identifier
- Operator identifier
- Literal identifier
- Value identifier
Answer: D) Value identifier
Explanation:
In Scala, we have 4 different types of identifiers defined. They are:
- Alphanumeric Identifiers
- Operator Identifiers
- Mixed Identifiers
- Literal Identifiers