What is the difference between the program and the process?
Answer Posted / nashiinformaticssolutions
A programme is a non-active entity that includes the collection of codes necessary to carry out a specific operation. When a programme is run, an active instance of the programme called a process is launched. A process is begun by a programme once it has been run. The process carries out the program's specified instructions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of compiled language?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What is a qms manual?
Is string passed by reference in java?
What data type is true or false?
How many types of methods are there?
What does n mean in java?
What is main string [] args?
Why do we use return statement?
What are the differences between graph and tree?
What is a modifier?
Explain features of interfaces in java?
Explain the difference between runnable and callable interface in java?
What is the difference between yield() and sleep()?
What does split function do in java?