what is the difference between multitasking and
multithreading?
Answer Posted / denish kanabar
multitasking:heavyweight process and runs in a different
address space so context switch or intercommunication
between processes is much expensive.
Where as multithreading: light weight process and can run
in a same address space so context switch or
intercommunication between processes is less expensive.
| Is This Answer Correct ? | 155 Yes | 29 No |
Post New Answer View All Answers
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What is method in java with example?
Which language is java?
Why are arrays useful in java?
What is constructor chaining and how is it achieved in java?
Does java support multiple inheritance or not?
How do you remove duplicates in java?
What is quick sort in java?
How to access arraylist elements in java?
What will be the default values of all the elements of an array defined as an instance variable?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is an 8 bit word?
Why does java does not support multiple inheritance? Explain
What is meant by object oriented programming – oop?
How we can skip finally block of exception even if some exception occurs in the exception block in java?