Ask Question
27 December, 04:58

Need explanation about java threads concept.

+2
Answers (1)
  1. 27 December, 08:01
    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?
Get an answer to your question ✅ “Need explanation about java threads concept. ...” in 📙 Engineering if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers