DEVFYI - Developer Resource - FYI

What is synchronized

J2SE Interview Questions and Answers


(Continued from previous question...)

What is synchronized

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.

(Continued on next question...)

Other Interview Questions