About Question enthuware.ocpjp.v7.2.1730 :

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
jagoneye
Posts: 97
Joined: Wed Dec 28, 2016 9:00 am
Contact:

About Question enthuware.ocpjp.v7.2.1730 :

Post by jagoneye »

This question gives you an important to note:
Use volatile variables to perform simple operations to ensure multiple threads see the updated values. For example perform simple assignment operations such as
boolean b; int c;
multithreaded code{
b = false;
c = 5;
}
:)

Post Reply

Who is online

Users browsing this forum: No registered users and 9 guests