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 old name of java?
Is binary a low level language?
What is a “stateless” protocol ?
What is the difference between path and classpath variables?
What are the differences between the constructors and methods?
Explain how hashmap works?
What is java console application?
explain autoboxing in java?
What is java reflection api?
Can we convert list to set in java?
What is deserialization?
What do you mean by stack?
What is considered an anti pattern?
What access modifiers can be used for variables?
Write a program based on Java script program.