Which of these is not a type of identifier?

37. Which of these is not a type of identifier -

  1. Alphanumeric identifier
  2. Operator identifier
  3. Literal identifier
  4. Value identifier

Answer: D) Value identifier

Explanation:

In Scala, we have 4 different types of identifiers defined. They are:

  1. Alphanumeric Identifiers
  2. Operator Identifiers
  3. Mixed Identifiers
  4. Literal Identifiers

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.