What is the difference between Process and Threads?
Answer Posted / srinivas
Thread is nothing but functionality(group of statements)
which could be executed simultaneously with the other part
of the program, with the concept of each other.
Where as a process is nothing but 'a program which is under
execution'. Thread is a part of the process
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Which class is the immediate superclass of the menucomponent class?
How many times may an objects finalize() method be invoked by the garbage collector?
What is abstract schema?
What are the different types of exception?
What is TL and its use?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
Why does the option tag render selected=selected instead of just selected?
When a thread blocks on i/o, what state does it enter?
What do you know about seam?
What restrictions are placed on the values of each case of a switch statement?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What are the different methods of identifying an object?
Explain the steps in details to load the server object dynamically?
If your ui seems to freeze periodically, what might be a likely reason?
Can I map more than one table in a cmp?