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

1) Enable or disable a Cancel button at run time?

1 Answers   HCL,


What is the difference between OnInitialUpdate and OnUpdate?

5 Answers  


Name the Synchronization objects?

2 Answers  


Psychic Window Technique

2 Answers   E Logic, Wild Net,


What function is used to disable a control at runtime?

7 Answers  






How we call a dialog in another dialog?

2 Answers  


how does the UIThread and worker thread communicates and handle events

2 Answers   HCL,


How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?

0 Answers  


I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?

1 Answers  


What view class enables you to use an edit control as a view?

1 Answers  


List out the basic features of MFC.

4 Answers   Mphasis,


what is the use of AFX_MANAGE_STATE ?

4 Answers   HCL,


Categories