Have you ever used threads?
Answers were Sorted based on User's Feedback
Answer / ramakrishna yechuri
Thread concept is not used for desktop application.
Also u cannot acheive multi-threading by single processor.
Threads are mainly used for serverside programming eg
A server has to sent a single response to many request at
same time
also in devoloping games like bow and arrow.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / roger
yey, problems arrise with the syncronisation of threads,
and sharing data. these are resolved using semophores and
Mutexes.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / yathirajulu
yes, i used in server-side programming and most probably in
real-time scenario in many ways.
chatting,e-mailing,shopping-cart.
| Is This Answer Correct ? | 0 Yes | 1 No |
IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
What type of Job you are providing?
What is the oops and benefits of oops programming?
The type of variable a pointer points to must be the part of pointer's definition so that:
why we are declare the function in the abstract class even though we are declaring it in Derived class?
pointers are support in C#? if yes then how to use it?
8 Answers Softvision Solution,
What is data binding in oops?
Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3
3 Answers Accenture, Cognizant, IBM,
Why a "operator=(...)" when there is a copy ctor?
What is encapsulation and abstraction? How are they implemented in C++?
0 Answers Agilent, ZS Associates,
What is the difference between the C & C++?