- 2

What is checked exception and unchecked exception

27th Apr 2021, 9:05 AM
Azam khan
3 Answers
+ 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
27th Apr 2021, 10:36 PM
❤️😍Prerana😍❤️
❤️😍Prerana😍❤️ - avatar