What is Multithreading
Answer / arun nayaka
Multithreading is a specialized form of multitasking. In
general, there are two types of multitasking: process-based
and thread-based
Process-based multitasking handles the concurrent execution
of programs. Thread-based multitasking deals with the
concurrent execution of pieces of the same program.
| Is This Answer Correct ? | 11 Yes | 0 No |
What is userdefine Messages in MFC?
What is serialization ?which function is responsible for serializing data ?
Do you have an idea about MFC?
How to setup a timer?
is it possible to display a window .without using windowclass
What are the differences between MFC Exception macros and C++ exception keywords?
What are the special requirements for dialog box resources used in a form view?
What is the base class for most MFC classes?
what is message loop how mfc does it internally?
What is the difference between the ASSERT and VERIFY macros?
What is the use of OninitDialog ?
how does the UIThread and worker thread communicates and handle events