devxlogo

Programmatically Querying the Number of CPU Cores in Java

Programmatically Querying the Number of CPU Cores in Java

Use the code sample below to use Java to find the number of CPU cores.

int cores = Runtime.getRuntime().availableProcessors();

devx-admin

Share the Post: