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 are listeners in java and explain ?
What is Mutex (Mutual Exclusion Object) ?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What happens when a thrown exception is not handled?
Distinguish method overloading and method overriding
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?
Explain about oops concepts.
0 Answers Aditi Placement Service,
What is the main advantage of passing argument by reference?
What are implicit objects in java?
Why object class is super class for every class in java?
What are packages and name a few?
what are the difference between Java and .Net?