what is the difference between multitasking and
multithreading?
Answer Posted / mukesh gupta
Multitasking is of two types
1> process based.
2>thread based.
| Is This Answer Correct ? | 34 Yes | 21 No |
Post New Answer View All Answers
Why call by value prevents parameter value change?
What is the internal implementation of set in java?
What do you mean by an interface in java?
What is the difference between instanceof and isinstance?
What is protected access modifier?
What is a method declaration?
What is an abstract method in java programming?
What does yield method of the thread class do?
Can private class be inherited in java?
What are 3 boolean operators?
Explain public static void main(string args[]) in java.
Can we use different return types for methods when overridden?
Can we write multiple catch blocks under single try block?
What is heterogeneous in java?
What is rmi and steps involved in developing an rmi object?