✏️ Explanatory Question

What do you mean by Checked Exceptions?

👁 625 Views
📘 Detailed Answer
625
Total Views
10
Related Qs
0%
Progress
💡

Answer with Explanation

It is an exception that is typically a user error or a problem that cannot be foreseen by the programmer. For example, if a file is to be opened, but the file cannot be found, an exception occurs. These exceptions cannot simply be ignored at the time of compilation.