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 |
Can we override the static methods?
What's the default access specifier for variables and methods of a class?
What are Transient and Volatile Modifiers?
3 Answers SAP Labs, TUP Manila,
What are namespaces in java?
What is meant by design patterns?
What's the difference between int and integer in java?
What is null data type?
What is the static field modifier?
How to use arraylist in java netbeans?
How to perform Singleton of the java class object on multi JVM?
How many classes can any class inherit java?
Is break statement can be used as labels in java?