{{theTime}}

Search This Blog

Total Pageviews

Synchronized methods vs Synchronized blocks

Static synchronized method Instance synchronized method
Thread acquires the monitor of the Class object associated with the static method The thread obtains the monitor of the particular object on which the method call is being made
None of other static methods will be used till the class lock is released

No comments:

java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport

SpringBoot Error: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.j...