Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is the use of generics? When was it added to the Java development Kit?

1071


What is fail fast in java?

1261


Is integer passed by reference in java?

1069


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 ?

1216


How to handle a web browser resize operation?

1136


What is advantage of java?

1073


What are the types of methodology?

1158


Explain the difference between static and dynamic binding in java?

1117


What is ascii format?

1036


What is the file type?

1070


What are the important features of Java 8 release?

1143


What is the use of coding?

1021


What is module with example?

1103


Give few examples of final classes defined in Java API?

1287


Is void a data type in java?

1032