Skip to content

[BOT] Add 11 new questions#68

Merged
peanut996 merged 1 commit intomasterfrom
feature/add-questions/2025-03-20-13-10-14
Mar 20, 2025
Merged

[BOT] Add 11 new questions#68
peanut996 merged 1 commit intomasterfrom
feature/add-questions/2025-03-20-13-10-14

Conversation

@peanut996
Copy link
Copy Markdown
Owner

This PR adds 11 new interview questions to the question bank.

Questions Added:

  1. 除了 ThreadPoolExecutor,还有其他的线程池实现吗? (Question, Medium)
  2. ForkJoinPool 和 ThreadPoolExecutor 有什么区别?分别适用于什么场景? (Question, Medium)
  3. 什么是 CompletableFuture?它和线程池有什么关系? (Question, Medium)
  4. 如何使用线程池来执行定时任务? (Question, Medium)
  5. ForkJoinPool 的工作窃取 (Work-Stealing) 算法是如何实现的? (Question, Hard)
  6. 什么是反应式编程 (Reactive Programming)?它和线程池有什么关系? (Question, Hard)
  7. 什么是虚拟线程 (Virtual Threads, Project Loom)?它和线程池有什么区别和优势? (Question, Hard)
  8. CompletionService 是什么?它解决了什么问题?如何使用它来提高线程池的利用率? (Question, Medium)
  9. 如何使用 ExecutorService.invokeAll() 方法来批量执行任务?它和 ExecutorService.submit() 有什么区别? (Question, Medium)
  10. 如何使用 CompletableFuture 来构建异步管道?它和传统的线程池有什么优势? (Question, Hard)
  11. 如何使用 Java 9 引入的 Flow API 来实现响应式编程?它和线程池有什么关系? (Question, Hard)

These questions were contributed through the app's contribution feature.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
random-interview-platform ⬜️ Ignored (Inspect) Visit Preview Mar 20, 2025 1:10pm

@peanut996 peanut996 merged commit 3309c93 into master Mar 20, 2025
3 checks passed
@peanut996 peanut996 deleted the feature/add-questions/2025-03-20-13-10-14 branch March 20, 2025 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant