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 does java final mean?
What is the old name of java?
How many types of methods are there in java?
Explain yield() method in thread class ?
Is alive in java?
Name and explain the types of ways which are used to pass arguments in any function in java.
Is java a virus?
Why unicode is important?
What is difference between class and object in java?
What is parseint?
What is the difference between jdk and jre?
Can we override the static methods?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
Why do we need strings in java?
What are the differences between wait() and sleep()?