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
Explain the available thread states in a high-level?
What is a java object and java application?
What is difference between stringbuffer and string?
Can you make a constructor final in Java?
What is the difference between Array and Hash Table?
What two classes are used to read data only?
Is map sorted in java?
How do you convert an int to a double in java?
What is generics in java interview questions?
What is native method in java?
What’s the difference between the methods sleep() and wait()?
What is rmi and steps involved in developing an rmi object?
What is the difference between int and integer in java?
Tell me about your ability to work under pressure
What is internal variable?