In Kotlin, there is no concept of checked exceptio...
# feed
k
In Kotlin, there is no concept of checked exception similar to Java. We can either handle the exception or let it crash at runtime. Read the article written by Venkateswaran Sivasailem 👇 https://blog.kotlin-academy.com/compile-time-exception-handling-in-kotlin-1126c55387ce
👌 1