Anonymous Quiz
15%
Apache Commons Collections
18%
Google Guava
66%
Java Collections Framework
1%
Eclipse Collections
💊2
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍15🔥1
Anonymous Quiz
82%
Thread.sleep(millis)
4%
System.wait(millis)
12%
Timer.delay(millis)
2%
Runtime.pause(millis)
Anonymous Quiz
78%
interface MyInterface { fun myFunction() }
6%
abstract interface MyInterface { abstract fun myFunction() }
10%
interface MyInterface { abstract fun myFunction() }
5%
interface MyInterface { val myFunction: () -> Unit }
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍12🔥3
Anonymous Quiz
78%
fun myFunction(vararg args: Int)
4%
fun myFunction(args...: Int)
11%
fun myFunction(args: Array<Int>)
6%
fun myFunction(*args: Int)
Anonymous Quiz
73%
Гарантирует только один экземпляр
6%
Всегда лениво инициализируется
17%
Автоматически реализует интерфейс Serializable
4%
Поддерживает открытые методы
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4🔥4
Anonymous Quiz
43%
synchronized
36%
wait/notify
4%
CyclicBarrier
17%
join
😁10💊6
Anonymous Quiz
43%
fun myFunction(): Unit {}
49%
fun myFunction() {}
4%
fun myFunction(): None {}
4%
fun myFunction(): Void {}
💊25
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3🔥2
Anonymous Quiz
69%
listOf()
27%
mutableListOf()
2%
ArrayList()
1%
LinkedList()
Anonymous Quiz
23%
constant
52%
final
24%
static
0%
fixed
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍10🔥3
Anonymous Quiz
14%
String
51%
Regex
17%
Pattern
17%
Matcher
Anonymous Quiz
7%
mutableListOf()
14%
immutableListOf()
78%
listOf()
2%
fixedListOf()
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥5👍4
Anonymous Quiz
32%
apply
34%
run
28%
let
6%
also
Anonymous Quiz
36%
Runnable
40%
Callable
17%
Executor
7%
Supplier
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍8❤2🔥1💊1