Loading practice questions
What is the Kotlin Standard Library?
Correct Answer: D — A set of pre-defined functions and utilities included in the Kotlin core
Explanation:
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