How do you force start a Thread in Java?

Compiled By Unknown - No Comments
This question is like how do you force garbage collection in Java, their is no way, though you can make request using System.gc() but its not guaranteed. On Java multi-threading their is absolute no way to force start a thread, this is controlled by thread scheduler and Java exposes no API to control thread schedule. This is still a random bit in Java.

Tags:

No Comment to " How do you force start a Thread in Java? "