What is race condition ?? (Threading concept) TCS 2 sept10
Answer Posted / atasi
threads can try to update same data structure at same time,one thread can wrote one part,other tthread ca wrote another part,then all data struture garbles,when new thraed ca want to access it ,it will be crashed
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a marker interface?
What is arrays sort in java?
What differences exist between iterator and listiterator?
What is r in java?
What do you know about the garbate collector?
How is java hashmap implemented?
Why should I use abstract class?
What is the old name of java?
What is java and why do we need it? Explain
What are the differences between string, stringbuffer and stringbuilder?
What checkbox method allows you to tell if a checkbox is checked?
What is void in java?
Differentiate between stringbuffer and stringbuilder in java.
Why are the destructors for base class and derived class called in reverse order when the program exits
Which class is the superclass of all classes?