what is the difference between multitasking and
multithreading?
Answer Posted / venu
multitasking :This is execute Many tasks one by one.
Multithreding :Tyis is execute Many tsks at the same time.
tis is share the memory one by one tasks.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are three types of loops in java?
What is a numeric string?
What sorting algorithm does javascript use?
Is there a way to increase the size of an array after its declaration?
What do you mean by flow of struts?
What are the differences between processes and threads?
How do you declare a destructor in java?
What is keyword and identifier?
According to java operator precedence, which operator is considered to be with highest precedence?
Why call by value prevents parameter value change?
What is the difference between iterator and enumeration ?
What is return used for in java?
Explain what is encapsulation?
Why we used vector class?
What is assembly language?