What will the following code fragment type:

try {
    int i = 5;
} catch (Exception e) {
    System.out.print("catch");
} finally {
    System.out.print("finally");
}
Explanation
The finally block is executed in any case, no matter what code is in a try block

Следи за CodeGalaxy

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

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