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 difference between null and void?
Does hashset allow duplicates in java?
Does treeset use compareto?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What is a cup of java?
Define an abstract class with reference to java.
How do you input a string in java?
Why can't we make a class private in java?
Explain about the interpreter in java?
What should I import for arraylist in java?
What are the benefits of operations in java?
Differences between external iteration and internal iteration?
why Interface used?
What is numeric function?
What do you meant by active and passive objects?