
Sun Services
Java™ Programming Language
Module 13, slide 21 of 37
Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. Sun Services, Revision F
Using synchronized – Putting It Together
• All access to delicate data should be synchronized.
• Delicate data protected by synchronized should be
private.