Tuesday, 14 February 2012

What is the difference between process and thread? | Java Threads


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

No comments: