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 ?
Answers were Sorted based on User's Feedback
Answer / suresh.sa
When v listening to a song in the media player,
simultaneously v can take print of certain files, this is
said to be a multitasking.
A Process is a task allocated to a cpu, each process
consist of threads, may a one thread or n-threads.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / 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 |
Answer / surya narayana
This ia a Thread not a process.because no background
operation is not doing the cpu.
| Is This Answer Correct ? | 3 Yes | 4 No |
Write a java program to check if a number is prime or not?
What is the difference between panel and frame ?
7 Answers HCL, IBM, Raim Techno Solutions,
What are instance variables?
why Java does not support multiple inheritances?
What is an immutable class? How to create an immutable class?
How can a class be accessed, If no access modifiers are declared?
Is singleton thread safe in java?
How can I right-justify a string?
What is the difference between array and array list in java?
what is an objects lock and which objects have locks? : Java thread
Can we catch more than one exception in single catch block?
What is the properties class in java programming?