What is Thread
Thread is a term used in computer science to describe a sequence of instructions that can be executed independently of the main program. It is a lightweight proces that can run concurrently with other threads within the same program. Thread...