What is the difference between the program and the process?
Answer / 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 |
what is session in java?
0 Answers Seventhsense Technologies,
What is lambda programming?
How is string immutable in java?
What is final int?
Why parameters should be passed by reference?
how does the run() method in runnable work? : Java thread
Why strings in java are called as immutable?
If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great
Explain about Superclass and Subclass?
What is the primary benefit of encapsulation?
What are the access modifiers in java?
What is boolean example?