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 |
Why do we use virtual functions?
Can abstract class have normal methods?
The type of variable a pointer points to must be the part of pointer's definition so that:
What is multidimensional array?
What do you mean by abstraction?
What is data binding?
What is this pointer in oop?
Can you explain polymorphism?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
What is conditional Compilation?
how to find the largest of given numbers in an array
What is a class?
32 Answers Infosys, TCS, Thylak,