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
How do you identify if jvm is 32-bit or 64-bit from java program?
What is java virtual machine? Explain
Can list be null in java?
How many threads does a core java have?
What is the difference between the final method and abstract method?
What is difference between string and stringbuffer?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Can variables be used in java without initialization?
Why string is not a wrapper class?
Can we declare array without size in java?
When will we use them?
What is an immutable object?
What is a blocking method in Java?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
Why do we need variables?