|
Of course they can be, but you're not forced to handle them nor to make a deliberate choice to not handle them.
As a result your code becomes more prone to not handling exceptions it can (and should handle) leading to a massive increase in errors causing abnormal program termination (or crashes, as they're also called).
|