+ 4

What is checked and unchecked exception ?

11th Apr 2018, 12:18 PM
Akash Sahu
Akash Sahu - avatar
3 ответов
+ 4
checked exception are compile time errors, that means compiler check the exceptions in compilation time. Unchecked exception are run time errors, these are not checked by the compiler, these exceptions are only noticed at runtime.
28th Apr 2018, 1:53 PM
Hema Medicharla
Hema Medicharla - avatar
+ 7
https://www.sololearn.com/learn/Java/2177/?ref=app
11th Apr 2018, 1:36 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar