Answer Posted / mahipal reddy.kaitha
 Synchronized keyword can be applied to methods or
parts of the methods only.
 Synchronize keyword is used to control the access
to critical code in multi-threaded programming.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between system.out ,system.err and system.in?
what is meant by JRMP?
What class is used to create Server side object ?
Difference between new operator and class.forname().newinstance()?
Will the general public have access to the infobus apis?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is bean? Where can it be used?
What is ioc concept & explain it?
What are the benefits of detached objects?
How would you detect a keypress in a jcombobox?
How many times may an objects finalize() method be invoked by the garbage collector?
When a thread blocks on i/o?
Explain phantom read?
What do you mean by Socket Programming?