what is the difference between error and exception in kotlin?
Answers
Answered by
0
Answer:
Difference between Exception and Error. Exceptions are those which can be handled at the run time whereas errors cannot be handled. ... An Error is something that most of the time you cannot handle it. Errors are unchecked exception and the developer is not required to do anything with these.
Explanation:
HOPE THIS HELPS U MY FRD :)
PLZ MARK AS BRINLIEST ...
>>>>>THANK U<<<<<<
Similar questions