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
Зареєструйся Зараз
або Підпишись на майбутні тести