A thread is an execution of a small set of instructions that are independently managed by the operating system scheduler. Java supports multithreading, which means that a simple program is broken into parts and every part is executed simultaneously. The parts are modeled in such a way that it ...