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 is string length in java?
Explain different states of a thread in java?
Write a function to print Fibonacci series and Tribonacci series?
Difference between default and protected access specifiers?
What is lexicographically smallest string?
explain what is transient variable in java?
What variables are stored in stack?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
How to sort an array in java without using sort method?
What are the advantages of inner classes?
Why is java called java?
Explain public static void main(string args[]).
What is double checked locking in singleton?
what is the final keyword denotes in java?
Explain the available thread states in a high-level?