171k views
0 votes
when are exceptions in a statement detected? during compilation. during interpretation. during execution. while writing code.

User Aliuk
by
7.7k points

1 Answer

2 votes

Answer:

during compilation

Step-by-step explanation:

although most of the exceptions in a statement are detected during compilation, but there are some run time or unchecked exceptions that are detected during execution

User Bins Ich
by
7.4k points