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 |
Explain StretchBlt and BitBlt
what if we provide two message handler for same message ?
how can u change button shape at run time
how many types of messages are their
What is a message map, and what is the advantage of a message map over virtual functions?
how does conditionally close the Dialog Box ?
In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?
3 Answers Financial Technologies,
1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions
What is Multithreading
What function is called by a document class to notify views that the document has been changed?
What is mfc class hierarchy?
how does the UIThread and worker thread communicates and handle events