cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

what is the diff between thread,task and process clearly

Former Member
0 Likes
1,160

hi, i have a doubt about difference between task , thread and process. please clarify my doubt with clear information, i am waiting for u r reply

View Entire Topic
Former Member
0 Likes

Hi

Thread in Java->

A thread is a thread of execution in a program. The Java Virtual Machine allows an application to have multiple threads of execution running concurrently

Task in ABAP->With a task, you generally process an actual object of an object class, for example you create a customer master record. A task consists of a set of task functions, such as "Save", "Delete" or "Select".

Process in ABAP ->It is a set of steps which are done to perform a specified function.

I hope this will help to solve your problem.

Thanks

Mrutyunjaya Tripathy