what is the difference between multitasking and
multithreading?
Answer Posted / priyanjan
multitasking infers the mechanism to run many processes
simultaneously with user interaction.
in contrast,multithreading is
a mechanism of running various threads under single process
within its own space.
| Is This Answer Correct ? | 262 Yes | 25 No |
Post New Answer View All Answers
What do you mean by access modifier?
What is the purpose of finalization in java programming?
How to implement an arraylist in java?
When should I use singleton?
What is class forname used for?
What is the main use of generics in java?
Is oracle charging for java?
What is a constructor, constructor overloading in java?
What is the difference between declaration and definition in java?
Is list thread safe in java?
How does java pattern compile work?
Can we override private method in java?
What’s the difference between callable and runnable?
Which are different kinds of source code?
How many bits is a char?