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
Differences between C and Java?
How many types of memory areas are allocated by JVM in java?
What are the different ways to handle exceptions?
Explain inner classes ?
Difference between operator overloading and function overloading
How many boolean functions are there?
What is private static class in java?
What is the type of lambda expression?
Explain the selection sort algorithm and state its time complexity?
What data type is string java?
Is space a character in java?
Can a static member function access member variable of an object?
Explain about complier design(phases)
Can a constructor be private and how are this() and super() method used with constructor?
What is arrays sort in java?