Kotlin - Basics and JVM Runtime
Which of the following is the correct syntax for a multi-line comment in Kotlin?
/* ... */ to write multi-line comments./* ... */. // This is a multi-line comment is single-line comment syntax. /** This is a multi-line comment */ is documentation comment syntax. <!-- This is a multi-line comment --> is HTML comment syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions