Answers

Question and Answer:

  Home  J2SE

⟩ What is volatile?

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

 129 views

More Questions for you: