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 |
how we can write the string concatenation program in java.
What is widening and narrowing in java? Discuss with an example.
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What do you mean by inner class in java?
how can we import the user defined package without classpath?
What is xslt in java?
What is entry set in java?
What is super in java?
How to define a constant variable in Java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
what is java bean?where can we use it?
Difference between flush() and commit() in hibernate?