what is the difference between multitasking and
multithreading?
Answer Posted / geetha krishna
MULTITASKING:
multitasking ,in an operating system is
allowing user to perform more than one computer task at a
time.
MULTITHREADING:
the ability of an operating system to execute
different parts of the program called
threads,simultaneously.the programmer must carefully design
the program in such a way that all the threads can run at
the sametime without interfering with each other.
| Is This Answer Correct ? | 33 Yes | 15 No |
Post New Answer View All Answers
Can we create constructor in abstract class ?
What do you mean by compiler?
How we can execute any code even before main method?
Differentiate between vector and array list.
What is ++ a in java?
What are design patterns and please explain?
Explain java coding standards for variables ?
How do you create a bulleted list?
What are the restrictions that are applied to the java static methods?
Is linked list a linear or non-linear data structure?
What are different types of expressions?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
Explain about class in java?
How does thread synchronization occurs inside a monitor?
Is a class subclass of itself?