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 multithread synchronizing ?

Answer Posted / brijesh

hi...
it is a process in which therd is spread seonity

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?

2141


How are commas used in the intialization and iteration parts of a for statement?

1143


Do I have to use jsps with my application?

1066


Write a program to show synchronization?

1208


What is a tasks priority and how is it used in scheduling?

1107


What is the difference between ear, jar and war file?

1185


what is handle?

2421


Do we need to override service() method

1786


whats is statement and procedure

2291


What is the difference between the string and stringbuffer classes?

1161


Name the class that is used to bind the server object with RMI Registry?

2220


Java is fully object oriented languages or not?

1072


What is an abstract method?

1122


What is in-memory replication?

1131


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1886