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 |
What does the string method compareto () do?
What is the largest number a double can hold?
What checkbox method allows you to tell if a checkbox is checked?
Define how destructors are defined in java?
Why is stringbuffer not immutable?
What is the map interface in java programming?
What is an abstract class and what is it’s purpose?
Is void a data type?
how to convert Java project into Maven ?
How are commas used in the initialization and iteration parts of a for statement?
Can singleton class be serialized?
How can we make a class singleton?