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 the difference between the synchronized() & static
synchronized()?

Answer Posted / sitaram

synchronizing is the process of ensuring the share resources
will be accessing only one thread at a time. There are two
types of synchronizations.
1. static synchronized(Class level)
2.synchronized.(Object Level).

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What method is used to specify a container's layout in java programming?

1208


What is anti pattern in programming?

1013


What is the difference between instanceof and isinstance?

1128


What is a static method in java?

1097


What is the purpose of static methods and static variables?

1127


What is field name?

1076


What languages are pass by reference?

1109


What is the difference between post and put?

1134


Where and how can you use a private constructor?

1046


Can an anonymous class be declared as implementing an interface and extending a class in java programming?

1362


Can I uninstall java?

1111


What is pojo class in java?

1202


what is predefined function in java?

1030


Explain about version control?

1096


In a container there are 5 components. I want to display the all the components names, how will you do that one?

1081