Q185
How do we throw an exception in Kotlin?
A.
throw Exception()
AnswerB.
raise Exception()
C.
Exception.throw()
D.
None of the above
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board