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...


How many types of syncronization?

Answers were Sorted based on User's Feedback



How many types of syncronization?..

Answer / sitaram

There are three type Synchronization.
1.Class level Synchronization:

Class A{

static Syn...(){
}
}

2. Block level Synchronization:

class A{

Synchronized{
}

}

3.Method level Synchronization:

class A{

Synchronize method(){
}
}

Is This Answer Correct ?    5 Yes 1 No

How many types of syncronization?..

Answer / harishchand

Three type of synchronization
1) Class level synchronization.
2) Block level synchronization.
3) Method level synchronization

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Core Java Interview Questions

Can we make main() thread as daemon?

0 Answers  


How will you convert an ArrayList to Arrays?

4 Answers   KPIT,


How do you square a number in java?

0 Answers  


How many characters is 2 bytes?

0 Answers  


Why does it take so much time to access an applet having swing components the first time?

0 Answers  


What is inner class?what is the use of inner class?where we create the object for inner class? and inner class can extend any class or inner class can implement any interface?

1 Answers   Wipro,


Sample code to retrieve objects from HashMap in sorted ascending order?

2 Answers  


briefley expalin about the packages

3 Answers  


What variables are stored in stack?

0 Answers  


I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in

0 Answers  


Can we convert stringbuilder to string in java?

0 Answers  


If circular link of two objects, then will it be garbage collected ?

3 Answers   TCS,


Categories