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 variable explain?
What are different types of constants?
What is object cloning in Java?
What ide should I use for java?
What is a 16 bit word?
What happens when heap memory is full?
What is the use of string and stringbuffer?
Is null a string in java?
What is module in project?
What is thread safe in java?
What is instanceof keyword?
Differentiate between a constructor and a method? Can we mark constructors final?
What is the importance of hashcode() and equals() methods?
What is connection class in java?
Explain the difference between string, stringbuffer and stringbuilder in java?