Question d’entretien chez Adeptra

How would you make data thread safe?

Réponse à la question d'entretien

Utilisateur anonyme

14 avr. 2012

to make data thread safe we have to implemnet synchronized keyword before the block/method which are going to use the data.