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 |
How to sort array of 0 and 1 in java?
What are synchronized methods ?
What is the difference between jvm and jre? What is an interface?
How do you access command-line arguments within the code?
0 Answers Flextronics, Hexaware,
What is difference between path and classpath in java?
what is mena by object block any what is the use of that
Explain different ways of creating a thread?
What is math in java?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
What is the private method modifier?
describe method overloading
Is array dynamic in java?