Why would you use a synchronized block vs. synchronized method?

Submitted by: Administrator
Synchronized blocks place locks for shorter periods than synchronized methods.
Submitted by: Administrator

Read Online Java Threads Job Interview Questions And Answers