Java Reference
Java Reference Home
|
Smart Soft Home
synchronized
Category
Method modifiers
Description
A synchronized method can not be executed by two threads at the same time nor can it be preempted half way through its execution.
Example
null