- 2
What is checked exception and unchecked exception
3 ответов
+ 3
https://www.sololearn.com/discuss/863581/?ref=app
https://www.sololearn.com/discuss/28788/?ref=app
https://www.sololearn.com/discuss/1403027/?ref=app
https://www.sololearn.com/discuss/1208853/?ref=app
https://www.sololearn.com/discuss/2162199/?ref=app
https://www.sololearn.com/discuss/609827/?ref=app
+ 1
Azam khan
Remember the biggest difference between checked and unchecked exceptions is that checked exceptions are forced by compiler and used to indicate exceptional conditions that are out of the control of the program (for example, I/O errors), while unchecked exceptions are occurred during runtime and used to indicate
https://howtodoinjava.com/java/exception-handling/checked-vs-unchecked-exceptions-in-java/#:~:text=Remember%20the%20biggest%20difference%20between,runtime%20and%20used%20to%20indicate