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
Can we write class inside a class in java?
Explain java code for recursive solution's base case?
What is object english?
Is ruby built on java?
What is string pool in java?
What is module in project?
Can you explain the usages of class.forname()?
Why java is used everywhere?
What is abstract class? Explain
What does null mean in java?
How to declare an arraylist in java?
What is use of super keyword?
How can we make sure main() is the last thread to finish in java program?
What is string made of?
What are thread groups?