Home »
MCQs »
Scala MCQs
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?
- print()
- printf()
- printl()
- println()
Answer: C) printl()
Explanation:
The printl() is not a valid Scala method. All three above mentioned methods are used for printing.