Thoughts on Java, Language Design, Database- and Web Technologies...
Thursday, February 20, 2014
Multithreaded Java - Screencast on the synchronized keyword
synchronized is quite well known in the Java community. Due to its early implementation which had a significant runtime overhead, it has quite a bad image. In modern JVMs this isn't the case anymore - still there's something to look out for.
No comments:
Post a Comment