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 synchronization

Answers were Sorted based on User's Feedback



what is synchronization ..

Answer / surya simhadri

Synchronization is the process of allowing only one thread
at atime on a shared resource. It is like a monitor on a
shared resource.It can be done either 'Block level'
or 'Method level'. Before enter in to the synchronized area
the thread shold get the lock on the method or block object.

Is This Answer Correct ?    5 Yes 0 No

what is synchronization ..

Answer / reddy

Two or more threads trying to access the same method at same
point of time leads to Synchronization.If that method is
declared as synchronized,only one thread can access at that
time of another thread can access that method only if the
first thread task is completed.

Is This Answer Correct ?    3 Yes 0 No

what is synchronization ..

Answer / sonam sharma

synchronization is a process in which only one thread
executes at a time.when one thread release the resources
then other thread used the resources.if one thread not
release the resources till that time other thread not uses
the resources.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Core Java Interview Questions

can we write program without class

6 Answers   TCS,


Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?

0 Answers   Genpact,


Can we convert list to set in java?

0 Answers  


Write a program to create a binary Tree ?

2 Answers  


How can i add a button in applet in java ???

2 Answers  


Can we serialize arraylist in java?

0 Answers  


Is array a class in java?

0 Answers  


What is audio clip interface? Name few methods of it ?

1 Answers  


How do you remove duplicates in java?

0 Answers  


What does percent mean in java?

0 Answers  


i need to know the site which compiles and run the java program completely in online... thank you for your reply in advance

2 Answers  


please send me hr interview questions in it industry

0 Answers  


Categories