Java Threads Question:
What is the difference between process and thread?
Answer:
A thread is a separate path of execution in a program. A Process is a program in execution.
Previous Question | Next 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? |