What is race condition ?? (Threading concept) TCS 2 sept10
Answer Posted / suj
Race conditions
: Threads can try to update the same data structure at the same time.
The result can be partly what one thread wrote and partly what the other thread wrote.
This garbles the data structure, typically causing the next thread that tries to use it to
crash.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible for a yielded thread to get chance for its execution again?
What is an example of a conditional statement?
What is main difference between variable and constant?
What is a copy constructor in java?
What does java se mean?
What is listnode in java?
Can we declare the main method of our class as private?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
What are advantages of using Java?s layout managers than windowing systems?
Can a vector contain heterogenous objects?
Which eclipse is best for java?
Is there any tag in htm to upload and download files?
What is a variable declaration?
What is method and methodology?
Why Java doesn’t support multiple inheritance?