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 is the main use of generics in java?
What are the four integer types supported by java?
What is a generic data type?
What is the use of singleton?
Can we override constructors in java?
What is a Null object?
How java uses the string and stringbuffer classes?
What is the purpose of the enableevents() method in java programming?
When super keyword is used?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What is the purpose of a transient variable?
What about main() method in java ?
What is jrmp?
How do you implement polymorphism in our day to day life?
Can you explain the private protected field modifier?