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
Why are pointers not secure?
What is the differences between c++ and java? Explain
how to write a program for sending mails between client and server
What is a classloader in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What are the differences between throw and throws?
What is an interoperable application in java ?
Write a program to print 15 random numbers using foreach of java 8?
What is a variable analysis?
Is it possible to specify multiple jndi names when deploying an ejb?
What is object english?
What is the method to expand and collapse nodes in a jtree?
How do you reverse sort a list in java?
What is square root in java?
What is a ternary operator in java? What is an interface?