首页题库练习题目详情
Java语言程序设计单选题中等

在 Java 中,线程池的核心线程数默认值是?

A0
B1
CRuntime.getRuntime().availableProcessors()
DNone of the above