What type of exception cannot be handled by the following catch block?
catch (Exception e) {
// do something
}What type of exception cannot be handled by the following catch block?
catch (Exception e) {
// do something
}Create a free account to access the full topic