Java Threads Question:

What is the difference between process and thread?

Tweet Share WhatsApp

Answer:

A thread is a separate path of execution in a program. A Process is a program in execution.

Read All 38 Java Threads Questions
Previous QuestionNext Question
What is the difference between the methods sleep() and wait()?What is daemon thread and which method is used to create the daemon thread?