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 |
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
What is the difference between the SDI and MDI
how can u change button shape at run time
What is the difference between regular dlls and extended dlls?
Psychic Window Technique
1) Enable or disable a Cancel button at run time?
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?
What is the size of class
List out the basic features of MFC.
1)How to load an icon on a button as Dynamically ?
Explain the flow of SDI application?
how do u identify RTTI in vc++