issues
search
woowacourse-study
/
2022-cs-plant
cs 씨앗을 심기 위한 repository 입니다.
7
stars
1
forks
source link
자바에서 쓰레드 풀 다뤄보기
#10
Open
devHudi
opened
2 years ago
devHudi
commented
2 years ago
https://hudi.blog/java-thread-pool/
예상 질문
쓰레드풀은 언제 사용되나요? 왜 사용하나요?
CachedThreadPool과 FixedThreadPool의 차이점은 무엇인가요?
쓰레드풀을 종료하는 메소드 shutdown(), shutdownNow(), awaitTermination() 의 차이점이 무엇인가요?
Runnable과 Callable의 차이점이 무엇일까요?
execute()와 submit()의 차이점이 무엇일까요?
https://hudi.blog/java-thread-pool/
예상 질문