Previous | Next --- Slide 10 of 64
Back to Lecture Thumbnails
toothless

You mention that Java 1.4's synchronized HashMap is coarse-grained. Does Java just put locks around the entire inner statement? Is there any finer-grained way to implement synchronized?