InterviewSolution
Saved Bookmarks
| 1. |
What Is Volatile ? |
|
Answer» A Java keyword USED in variable declarations that SPECIFIES that the variable is modified ASYNCHRONOUSLY by concurrently running THREADS. A Java keyword used in variable declarations that specifies that the variable is modified asynchronously by concurrently running threads. |
|