Ask Question
10 June, 09:12

Need explanation about java threads concept.

+2
Answers (1)
  1. 10 June, 09:56
    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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers