employer cover photo
employer logo

Question d’entretien chez ION Trading

What is volatile do in Java

Réponse à la question d'entretien

Utilisateur anonyme

14 janv. 2010

volatile is used to indicate that a variable's value will be modified by different threads.

1