What is an ExecutorService? - Cracking the Java Coding Interview

preview_player
Показать описание
Cracking the #Java #Coding #Interview - Question 55: What is an ExecutorService?
Рекомендации по теме
Комментарии
Автор

Keep more of these shorts coming, I hate the short-form content almost frustrating, but this is exactly what short-form content should be used for.

code-master
Автор

This video is exactly what I was looking for to help me improve my programming skills. Thank you for making it!⭐♥

MyCodingDiary
Автор

- Thread
- Runnable
- Callable
- Executor
- ExecutorService
- ScheduledExecutorService
- ReentrantLock
- Semaphore
- Future
- FutureTask
- CompletableFuture
- Stream.parallel()
- parallelStream()
- ForkJoinPool
- And now there is virtual threads

It's not easy to find your way around when you're a beginner. For example in that short I learned that I shouldn’t use new Thread.

Giogiova
Автор

I love these short useful knowledge bombs

eternalflames