DEVFYI - Developer Resource - FYI

What is volatile

J2SE Interview Questions and Answers


(Continued from previous question...)

What is volatile

A Java keyword used in variable declarations that specifies that the variable is modified asynchronously by concurrently running threads.

(Continued on next question...)

Other Interview Questions