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
Can we use switch statement with strings?
What is the char data type?
Is 0 true or false?
What is boolean flag in java?
What is java instanceof operator?
What does isempty () do in java?
What is an association?
What is difference between checked and unchecked exception in java?
Is a boolean 1 bit?
List primitive java types?
What is the purpose of the main method?
Why singleton pattern is better than creating singleton class with static instance?
What state is a thread in when it is executing?
Which is better stringbuffer or stringbuilder?
Is it possible for yielded thread to get chance for its execution again ?