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 is the same as procedures?
Which package is always imported by default?
What is natural ordering in java?
What is void class in java?
How to create an instance of a class if the class has private constructor?
Explain access modifiers in java.
What is an example of a constant variable?
What is the significance of continue jump statement? Explain with an example.
Memory management in JAVA
3 Answers Tech Mahindra, Wipro,
Can a class be declared as static?
Write a program for recursive Traverse?
Write a java program that prints all the values given at command-line.