Answer Posted / kanu
Multithreading allows two parts of the same program to run
concurrently.
Thread-based multitasking is having a program perform two
tasks at the same time. For example, a word processing
program can check the spelling of words in a document while
you write the document. This is thread-based multitasking.
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What is scope of a variable?
Difference between current previous versions of Java?
What language is an assembler written in?
What does provide mean construction?
What is an object's lock and which object's have locks in java programming?
How to obtain a performance profile of java program
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
Is there is any difference between a scrollbar and a scrollpane?
Define jit compiler?
What is size of int in java?
What is the purpose of a parameter?
What is return in java?
What is procedure overloading?
What is tcp ip in java?
Can a abstract class be defined without any abstract methods?