A Developer Gateway To IT World...

Techie Uncle Software Testing Core Java Java Spring C Programming Operating System HTML 5 Java 8 ES6 Project

What is thread Scheduler?

What is thread Scheduler?

What does thread Scheduler exactly in java?

  • It is a part of JVM.

  • It is responsible for scheduling threads i.e. if multiple threads are waiting to get the chance of execution then in which order threads will be executed is decided by Thread scheduler.

  • We can’t expect thread execution error and exact output since thread scheduler varies from JVM TO JVM.

LEARN TUTORIALS

.

.