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 |
Have you ever used win32 APIs ?
What is the difference between the SDI and MDI
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
What interface must be supported by an ActiveX control?
what is message Testing ?
what is the use of CWinApp class?
What are the differences between MFC Exception macros and C++ exception keywords?
what is the use of CCmdTarget?
How to update windows title bar dynamically?
how u can move CDC pointer to one line in cview?
How to find the mouse entering an image?..while entering need to display next image...
What is the base class for MFC Framework ?