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
Explain differences between checked and unchecked exceptions in java?
Can vector have duplicates in java?
What is the difference between static binding and dynamic binding?
Differentiate between class and structure.
What is the size of int?
What are heap memory and stack memory and what are memory tables.
How to perform selection sort in java?
How do you download stubs from Remote place?
Can we override final method?
Which variables are stored in heap?
what is inner class in java?
What will be the output of round(3.7) and ceil(3.7)?
What is the need of transient variables in Java ?
What is regex used for?
How do you reverse a list?