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

Explain differences between checked and unchecked exceptions in java?

867


Can vector have duplicates in java?

739


What is the difference between static binding and dynamic binding?

844


Differentiate between class and structure.

851


What is the size of int?

878


What are heap memory and stack memory and what are memory tables.

772


How to perform selection sort in java?

820


How do you download stubs from Remote place?

1562


Can we override final method?

779


Which variables are stored in heap?

803


what is inner class in java?

882


What will be the output of round(3.7) and ceil(3.7)?

913


What is the need of transient variables in Java ?

844


What is regex used for?

785


How do you reverse a list?

801