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

What is JVM and is it platform independent?

1107


Why lambda expression is used in java?

1118


How to find the given number is a prime number or not by getting input from the user

1156


What is run time allocation?

1077


What are streams?

1165


What is the difference between a factory and abstract factory pattern?

1197


What is the use of coding?

1013


What is a protected class in java?

1050


What are the main uses of the super keyword?

1016


what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread

1044


How can we make a class virtual?

1181


Why java applets are more useful for intranets as compared to internet?

1129


Why do we use string?

1118


What is the preferred size of a component in java programming?

1046


How do you compare arrays in java?

998