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 importance of static variable?
How many bytes are a float?
Is constructor inherited?
Explain about main() method in java ?
Why is the type for real numbers called double?
What is an abstract method in java programming?
How do you write methodology?
What is the protected method modifier?
How does arrays sort work in java?
How do you use equal in java?
What do you mean by pointer value and address?
Can java run on google chrome?
Write a java program to count the number of words present in a string?
How does the java compiler work?
Can an object be null?