Home » JAVA Programming » Arrays » Question
  1. Can you make an array volatile?
    1. No
    2. Not possible
    3. True
    4. False
    5. None of these
Correct Option: C

You can only make variable pointing to array volatile. If array is changed by replacing individual elements then guarantee provided by volatile variable will not be held.



Your comments will be displayed only after manual approval.