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 / 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 |
Post New Answer View All Answers
What is java util collection?
explain copyonwritearraylist and when do we use copyonwritearraylist?
In java, how we can disallow serialization of variables?
Why is static used?
What is split return?
Does java map allow duplicates?
Why is string buffer better than string ?
What is static variable with example?
What is private public protected in java?
What's the difference between an abstract class and interface in java?
What is member in java?
What is the difference between yield() and sleep()?
what is mutual exclusion? : Java thread
How can a gui component handle its own events in java programming?
Differentiate between array list and vector in java.