Login and Register ×
Check your Email for the OTP
Java Programming Language TCS Core Java Questions
⚠ Report ✓ Question Verified Copy Link
Explanation:
The correct option is:
volatile
In Java, the volatile keyword tells the JVM that a variable's value may be modified by multiple threads, ensuring that the most up-to-date value of the variable is always read by the threads.
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Java Programming Language TCS Core Java Questions