Which is not a Scala method for printing text on the screen?

22. Which is not a Scala method for printing text on the screen?

  1. print()
  2. printf()
  3. printl()
  4. println()

Answer: C) printl()

Explanation:

The printl() is not a valid Scala method. All three above mentioned methods are used for printing.

Comments and Discussions!

Load comments ↻






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