What is thread count in java?



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

Post New Answer

More Core Java Interview Questions

What is the difference between jdk and jre?

1 Answers  


What is onClassLoader in java?

5 Answers   Cap Gemini,


Which all r Final classes in java except string?

5 Answers   HCL,


Why cant we define System.out.println() inside a class directly?

5 Answers  


What is meant by design patterns?

1 Answers  


What does opcode mean?

1 Answers  


Is there any need to import java.lang package?

13 Answers   Sun Microsystems,


Why is it important to initialize a variable?

1 Answers  


Can we instantiate interface in java?

1 Answers  


Why all programming languages have main as a execution starting point?

4 Answers  


Explain how to convert any java object into byte array.

1 Answers  


How do you write a good declaration?

1 Answers  


Categories