The correct syntax for creating Single line comments in Scala is –

9. The correct syntax for creating Single line comments in Scala is,

  1. //
  2. <!-- -- >
  3. /* */
  4. %%

Answer: A) //

Explanation:

// is used to create a single line comment in Scala. /*...*/ is used to create multiline comments in Scala.

Comments and Discussions!

Load comments ↻






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