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
How do you get the length of a string in java?
Why char array is favored over string for the storage of passwords?
How do you pass by reference?
What is the generic class?
What is a local class in java?
when you will synchronize a piece of your code? : Java thread
List types of storage classes in java?
What is a qualifier in a sentence?
What is a two-pass assembler?
How transient variable is different from volatile variable?
Why char array is preferred over string for storing password?
why are there separate wait and sleep methods? : Java thread
What are the Main functions of Java?
Describe what happens when an object is created in java ?
What does t in java mean?