employer cover photo
employer logo

Pregunta de entrevista de ION Trading

What is volatile do in Java

Respuesta de la entrevista

Anónimo

14 ene 2010

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

1