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 the intersection and union methods?
Why declare Main() inside the class in java ?
Explain the usage of this with constructors?
Can a class be declared as static?
How does multithreading take place on a computer with a single cpu in java programming?
How do you declare an empty string?
What is a byte array?
Explain about assignment statement?
Explain the differences between static and dynamic variables?
Tell me about your ability to work under pressure
Can you instantiate the math class?
What are the Main functions of Java?
Can a class extend more than one class?
Why singleton is not thread safe?
What is finalize method?