Java
Check all ...
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
Check all valid methods of creation of an Exception class.
Just declare a new class (which will inherit from Object)
Implement the Throwable interface
Extend the Throwable class
Extend the Catchable class
Extend the Exception class
Explanation
Exceptions must extend the
Throwable
class (which is not an interface). The
Throwable
class is a superclass (parent) of the
Exception
class, hence inheriting from any of them is a valid way of creating an exception class.
exceptions
Подобається
Ввійдіть
щоб вподобати
Комментувати
Ввійдіть
щоб прокоментувати
Поширити
Tweet
Пов'язані матеріали
What will be the result of the compilation and execution of the following code? ...
What lines will the compilation error occur in: class M...
What will be the result of the following program compilation and execution? ...
Given the following code public class OverrideThrowsTes...
What will be printed to standard output stream if a tryThis() method throws an I...
What will be the result of the following code execution? ...
Тести з
J
ava
Приєднуйся і вивчай Java
або
Дізнайся більше про
Тести з Java онлайн
Слідкуй за CodeGalaxy
Мобільний додаток Beta
Зворотній Зв’язок
Продовжуйте вивчати
тести з Java
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
int i = Integer.MAX_VALUE + 10; What is th...
What happens after the following code is compiled and run: ...
Зареєструйся Зараз
або
Підпишись на майбутні тести
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати