what is multitherading

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


Please Help Members By Posting Answers For Below Questions

Differences between C and Java?

805


How many types of memory areas are allocated by JVM in java?

773


What are the different ways to handle exceptions?

724


Explain inner classes ?

860


Difference between operator overloading and function overloading

792






How many boolean functions are there?

701


What is private static class in java?

722


What is the type of lambda expression?

708


Explain the selection sort algorithm and state its time complexity?

799


What data type is string java?

721


Is space a character in java?

735


Can a static member function access member variable of an object?

740


Explain about complier design(phases)

807


Can a constructor be private and how are this() and super() method used with constructor?

717


What is arrays sort in java?

739