answersLogoWhite

0

Synchronizaion is the process by which only one Thread can access an object at a time,until and unless thread releases it's lock no other thread can acess the object. there are two forms of syncronization method and statement.

to make a method synchronized just add the keyword synchronized to the signature ie: public synchronized void increment() {

c++;

}

to create syncrhonized statements are like this:

synchronized(this) {

lastName = name;

nameCount++;

}

note: constructors can not be syncronized

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

How does one get java synchronized?

The Java program needs to be synchronized. Doing so can be complicated, but can be done. The best way to synchronize would be using the website and walk through the steps.


Where can one find a guide on how to synchronize Java?

There are a number of websites which specialise in Java tips and how-to guides. Websites from AvaJava, CSC and JavaMex are just some of the websites available as well as blogs such as that from 'Javarevisited'.


What the prefix of synchronize?

The prefix of synchronize is "syn-", which means "together" or "with."


What is the root word of synchronize?

The suffix of synchronize is -ize. The suffix is the bit at the end of the word.


What are servlets and where can they be downloaded?

Servlets are something that can handle multiple requests on-line. They can synchronize things such as conferencing and other networking components depending on the protocols. They can be downloaded from several websites for example java.


How many syllables are there in synchronize?

There are three syllables in synchronize.


What is the past tense of synchronize?

Synchronized is the past tense of synchronize.


Need a sentence for synchronize?

I am about to synchronize my watch to the atomic clock.


What part of speech is synchronize?

The word synchronized is a verb. It is the past tense form of the verb synchronize.


What is synchronize in java?

Synchronization is a feature by which only one thread can access a resource in a particular time of instance. No other thread can interrupt for that resource. In java to make our method synchronize we use synchronized keyword with that method. So Synchronization is just managing the resources among Threads. Vijai Shanker Just to add with the invent of Java 5 we have more option to write synchronized code in Java instead of using synchronized keyword we can use Lock Classes available in concurrency package.


What are some example sentences we can use for the word synchronize?

Lets synchronize our watches.


What is a sentence using the word synchronize?

To avoid confusion, we will synchronize all of the clocks in the office. Each of the swimmers must synchronize her movements with those of the others.