> Process is nothing but a sequence of running and
> execution of your program
>
> Thread is a sequential flow of control.
>
> That's mean in Thread u have control of your
> program.
>
> hope this will helpful to u....!!
Processes and threads are similar, but processes are handled by the OS while threads only exist inside a JVM - within the same process. I'm afraid you were far off.
> saM