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 |
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What do we mean by a hidden argument in C++?
what is the difference between class and object?
What is encapsulation in oop?
Why is there no multiple inheritance?
Who invented oop?
Write A Program using Single and Multiple Inheritance.
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
what is the use of template classes in c++
3. Differentiate verification and validation.
Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??
IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?