try {
    int a = 0;
    int b = 42/a;
    System.out.print("A");
} catch (Exception e) {
    System.out.print("C");
} catch (ArithmeticException e) {
    System.out.print("B");
}
Explanation
Subclass must follow before its superclass in a series of catch-operators. If it does not, there will be an unreachable code made and a compilation error.

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по Java
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты