IllegalThreadStateException

This is an unchecked exception and as the name indicates, is thrown by the Java runtime environment, when the programmer is trying to modify the state of the thread when it is illegal. It is also of commonsense, there is no meaning of starting a thread which is already started. If the programmer tries to …

IllegalThreadStateException Read More »