Last Updated: February 25, 2016
·
167
· sivaram-psg

Java Concurrency Tip

Always make sure that the code which involves in Multithreading the exception is properly caught and appropriate action take.
Even the RuntimeException causes the thread to end abruptly thereby leaving the existing jobs in the executing thread hanging midway. There is no way for the jobs which were present in the abrupt terminated thread to be executed