What are the advantages of "when" over "switch" in Kotlin?
"when" in Kotlin is less efficient than "switch" in Java.
"when" in Kotlin is more concise and powerful than "switch" in Java.
"when" in Kotlin can only be used with integers.
"when" in Kotlin is less flexible than "switch" in Java.