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 infinite loop is declared?
When a byte datatype is used?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
Can a class be private or protected in java?
What do the thread?class methods run() and start() do?
What are the main concepts of oops in java?
What is treemap in java?
What is a key in java?
how many types of Inheritance?
What is the purpose of interface?
Difference between association, composition and aggregation?
Why is string buffer better than string ?
What is jit and its use?
What is command line used for?