My Tech Notes
Java synchronized block in static method
class Test { public static Test() { synchronized(Test.class) { ... ... } } }
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment