Computer Science, asked by india12317, 10 months ago

what is the types of exception in kotlin?​

Answers

Answered by linasunil85
0

Answer:

All exception classes in Kotlin are descendants of the class Throwable . Every exception has a message, stack trace and an optional cause. throw Exception("Hi There!") There may be zero or more catch blocks.

Explanation:

mark it as a brainliest answer

Similar questions