employer cover photo
employer logo

Pergunta de entrevista da empresa ION Trading

What is volatile do in Java

Resposta da entrevista

Sigiloso

14 de jan. de 2010

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

1