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 |
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
how can u change button shape at run time
What is the difference between the ASSERT and VERIFY macros?
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
How to create a Modeless Dialog?
What does mfc stand for?
How we can findout Memoryleaks, In what way it can be avoided
What is serialization ?which function is responsible for serializing data ?
how does conditionally close the Dialog Box ?
Tell me the work of HTREDUCE and HTZOOM
Can you explaing the relashionship between document,frame and view ?
What is the difference between hinsrtance and hprevinstance in WinMain function?