ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the Kotlin Standard Library?
Correct Answer: D — A set of pre-defined functions and utilities included in the Kotlin core
The Kotlin Standard Library contains built-in functions and utilities that simplify many common programming tasks, such as string manipulation and collections.
val message = "Hello".toUpperCase() // Converts string to uppercase