You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The keyword synchronized is known to make sure the synchronization of threads within a process in Java. However, care should be taken when writing a thread-safe class to defend itself from possible denial-of-service attack
[Effective Java]

Reference

[Effective Java]

  • No labels