What is race condition ?? (Threading concept) TCS 2 sept10
Answer Posted / suj
Race conditions
: Threads can try to update the same data structure at the same time.
The result can be partly what one thread wrote and partly what the other thread wrote.
This garbles the data structure, typically causing the next thread that tries to use it to
crash.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of generics? When was it added to the Java development Kit?
What is fail fast in java?
Is integer passed by reference in java?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
How to handle a web browser resize operation?
What is advantage of java?
What are the types of methodology?
Explain the difference between static and dynamic binding in java?
What is ascii format?
What is the file type?
What are the important features of Java 8 release?
What is the use of coding?
What is module with example?
Give few examples of final classes defined in Java API?
Is void a data type in java?