Java
Which of t ...
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
Which of the following methods are declared correctly?
void doSmth (Object ... args) {}
void doAnyth (int i, Object ... args) {}
void confirm (Object ... args, int i) {}
void setRate (int ... i, float ... f) {}
void modifyTotal (Object ... args) {}
Explanation
Formal parameter that describes a variable number of method's arguments may be used only once, and it should be placed last.
methods
varargs
1
(1)
Подобається
Ввійдіть
щоб вподобати
Комментувати
Ввійдіть
щоб прокоментувати
Поширити
Tweet
Пов'язані матеріали
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...
Is it possible to refer to a private method of some class from another instance ...
What will be printed as a result of the following code execution? ...
What will be the result of the following code compilation and 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...
int i = Integer.MAX_VALUE + 10; What is th...
What happens after the following code is compiled and run: ...
What will be the result of the following program execution? ...
What is the result of the compilation and execution of the following code with t...
Зареєструйся Зараз
або
Підпишись на майбутні тести
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати