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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why does java not support operator overloading?

1189


When is finally block not called?

1149


Explain the hierarchy of java exception classes?

1187


How do you bind variables?

1159


What do you mean by aggregation?

1421


Can we restart a dead thread in java?

1050


What are streams in java 8?

1051


Why is java called the platform independent programming language?

1064


What are the supported platforms by java programming language?

1090


What is a null point?

1157


What is the difference between a field variable and a local variable?

1162


What does n mean in java?

1023


Explain reverse a linked list recursive java solution?

1045


What is an iterator java?

1204


Why are constructors used?

1076