Basic and Advance Programming Question:

What is multithreading in a programming language?

Tweet Share WhatsApp

Answer:

Multithreading is the mechanism in which more than one thread run independent of each other within the process in any programming language such as C, C++, Java etc...

Download Programming PDF Read All 34 Programming Questions
Previous QuestionNext Question
What is the difference between shadow and override in programming?What are inner class and anonymous class concept in Programming?