What are synchronized methods and synchronized statements?
Answers were Sorted based on User's Feedback
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 |
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 |
what are RemoteObjects?
whats is mean by tiles in struts
difference between applicationserver and webserver
Difference Between java & javax
5 Answers Sun Microsystems, Wipro,
Why JDBC has introduced
How do you set security in applets?
What is the difference between system.out ,system.err and system.in?
how do you Handle Front End Application data against DB with example?
0 Answers Campus Interaction, HCL,
What is Connection Pooling?
1 Answers Enteg Technologies, Infosys, Polaris,
How to do registration form using struts and hibernate?
Explain ioc concept?
Explain the life cycle of servlet?