what is the difference between multitasking and
multithreading?
Answer Posted / manasa
multitasking infers the mechanism to run many processes
simultaneously with user interaction.
,multithreading is
a mechanism of running various threads under single process
within its own space.
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
How does indexof work?
What does arrays sort do in java?
How do you delete a list in java?
What is java instanceof operator?
What is == and === in javascript?
What are the steps in the jdbc connection?
Why runnable interface is used in java?
What is the byte range?
What are basic data types?
How many bytes is a string in java?
give an example for encapsulation?
What is not object oriented programming?
Explain the polymorphism principle?
How to stop a thread in java? Explain about sleep () method in a thread?
What is the difference between a local variable and an instance variable?