Тести
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
parameters
:
Мова контенту: English
Русский
What is the largest Tuple that Scala supports?
parameters
Passing repeated parameters
parameters
What is a correct way to pass an array as a repeated parameter?
parameters
Curly braces instead of parentheses
parameters
Select all correct invocations of the given function: def sum(x: Int, y: Int = 0) = x + y
parameters
Select correct statement regarding evaluation of functions parameters
parameters
What is the correct syntax for using call-by-name evaluation strategy?
parameters
What is the correct syntax for using call-by-value evaluation strategy?
parameters
What is default evaluation strategy in Scala?
parameters
Given the following code: object Quizful { def main(args: Array[String]) { println(s"Delayed time: ${delayed(time())}") } def time() = { println("Getting time in nano seconds") System.nanoTime } def delayed( t: => Long ) = { println("In delayed method") println("Param: " + t) t } } What will be printed into the console after running this programm?
parameters
← Попередня
1
2
Наступна →
Зареєструйся Зараз
або
Підпишись на майбутні тести