If there are two notepad opened and working on it . is this
a process or thread?
computer based Live Example to differentiate between Thread
, Process , and Multi tasking ?

Answer Posted / sk

If two notepad's are opened and working on it, this means
that there are two processes running.

If we open notepad and internet explorer or any other things
then it is multi-tasking,

The CPU will execute the process be shifting the threads
from one process to another process based on the timelimit

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How garbage collection is done in java?

551


What is a package in java? List down various advantages of packages.

757


What is super?

585


What is boolean logic?

561


What is are packages?

589






Why is the main method declared static?

588


Difference between class#getinstance() and new operator ?

649


How to sort elements in a parallel array in java?

508


Does list maintain insertion order java?

539


Why does java not allow multiple public classes in a java file ?

3446


What is array length?

507


Can we extend immutable class?

534


What is the advantage of functional interface in java 8?

523


Give us a program to check for parenthesis matching using stack.

562


What is function and method in java?

525