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
What is the use of jtable?
How many bits are in a sentence?
Is it possible to use string in the switch case?
How concurrent hashmap works?
If you are given the name of the function at run time how will you invoke the function?
Write a java program for binary search?
What is difference between add() and addelement() in vector?
Name some OOPS Concepts in Java?
Can extern variables be initialized?
What is java and why do we need it? Explain
What is keyset in java?
What is bubble sorting in java?
Is upper case in java?
What is difference between identifier and variable?
Can you call one constructor from another if a class has multiple constructors?