What are synchronized methods and synchronized statements?

Answers were Sorted based on User's Feedback



What are synchronized methods and synchronized statements?..

Answer / tarunam verma

Syncronized methods are executed only after a lock is
acheived on the classes or objects specified in the methids
and after that the methids are executed

synchronized statements are the synchronised the bolck
containg the lock on some resource, statment in that block
are called synchronised statements

Is This Answer Correct ?    4 Yes 0 No

What are synchronized methods and synchronized statements?..

Answer / sainaveen

Syncronized methods are executed only after a lock is
acheived on the classes or objects specified in the methids
and after that the methids are executed

Synchronized methods are executed after lock is acieved on
class or object specified in the synchronized statement

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Advanced Java Interview Questions

life cycle of an applet?

3 Answers  


Explain the methods of Naming class, rebind( ) and lookup()?

1 Answers  


Explain lazy activation?

1 Answers   HCL,


Which containers use a border layout as their default layout?

0 Answers  


What is a modular application? What does module-relative mean?

0 Answers  






Define prototype?

0 Answers  


Why does most servlets extend HttpServlet?

4 Answers   Accenture, Wipro,


Tell me about Firewalls in RMI?

0 Answers  


if i know the lenght of collection in hand, should I use Array or Arraylist? justify

1 Answers   iTrust,


What restrictions are placed on the values of each case of a switch statement?

0 Answers  


Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...

2 Answers   HCL,


What are the different approaches to represent an inheritance hierarchy?

0 Answers  


Categories