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 |
What is LPCTSTR? What does LP denote it?
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
what message is sent to an application when the user presses the primary button?
Tell me about different kinds of synchranization objects ?
What types of threads are supported by MFC framework?
What does mfc stand for?
How to handle command line arguements from simple MFC application ?
How do you change the properties for a tree view control that is part of the CTreeView class?
What is CArchive class dowes?
what is the size of a process
What function is used to disable a control at runtime?
What is the difference between Synchronous sockets and asynchronous sockets?