What is Multithreading



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

Post New Answer

More MFC Interview Questions

If there is more than 100 control in a window how we can change the Taborder of a controls

4 Answers   Satyam,


1)How to create ToolTip in MFC?

2 Answers  


what is message loop how mfc does it internally?

4 Answers   Aspire,


What is the difference between the SDI and MDI

3 Answers   Invensys,


Does the application have more than one object? If no, then what is the reason?

5 Answers  






Explain in sort What is CTargetObject?

2 Answers  


Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer

7 Answers   HP,


What is the use of CObject::Dump function ?

4 Answers  


Difference between Debug and Release versions?

4 Answers  


What is socket?

3 Answers  


What is the base class for MFC Framework ?

2 Answers   Mphasis,


Tell me the work of HTREDUCE and HTZOOM

1 Answers   E Logic,


Categories