Thread safety in JavaFX applications is achieved not by synchronizing thread actions, but by ensuring that programs manipulate the scene graph from only the JavaFX application thread. This technique is called ________.

a. thread restriction.
b. scene graph confinement.
c. thread confinement.
d. None of the above.

c. thread confinement.

Computer Science & Information Technology

You might also like to view...

Which of the following is used to move the camera to different locations around the world?

a. Billboard b. Dummy c. Pose d. Vehicle e. None of these

Computer Science & Information Technology

The beginning of a function template is marked by a

a. return type b. parameter list c. template prefix d. semicolon e. None of these

Computer Science & Information Technology