Ask Question
6 January, 20:33

Need explanation about java threads concept.

+5
Answers (1)
  1. 6 January, 20:38
    0
    A thread is actually a lightweight process. Unlike many other computer languages, Java provides built-in support for multithreaded programming. A multithreaded program contains two or more parts that can run concurrently. Each part of such a program is called thread and each thread defines a separate path of execution.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Need explanation about java threads concept. ...” in 📗 Engineering if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers