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 happens when a class is made static like if a field or member is made static it becomes class variable and is shared by all the object of the class?
Explain about arraylist?
What is Vector?Can you elaborate how Vector is Thread safe?
What is meant by object oriented programming – oop?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
what is the difference between static block and static method
What is the difference between C++ & Java?
78 Answers College School Exams Tests, HAL, SUN, Syntel, TCS, Wipro,
What are static methods?
What are predicates in java 8?
What are java packages? What's the significance of packages?
How concurrent hashmap works?
What is are packages?