What is synchronized?

Submitted by: Administrator
A keyword in the Java programming language that, when applied to a method or code block, guarantees that at most one thread at a time executes that code.
Submitted by: Administrator

Read Online J2SE Job Interview Questions And Answers