What is thread count in java?
Answer / Rajan Kumar Jaiswal
The thread count in Java refers to the total number of threads that can be created or are currently running within a JVM. The thread count is limited by the operating system and the available CPU cores. By default, the minimum and maximum thread counts are set based on the underlying platform.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between jdk and jre?
What is onClassLoader in java?
Which all r Final classes in java except string?
Why cant we define System.out.println() inside a class directly?
What is meant by design patterns?
What does opcode mean?
Is there any need to import java.lang package?
Why is it important to initialize a variable?
Can we instantiate interface in java?
Why all programming languages have main as a execution starting point?
Explain how to convert any java object into byte array.
How do you write a good declaration?