Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Java class loading – performance impact!

java.lang.ClassLoader#loadClass() API is used by 3rd party libraries, JDBC Drivers, frameworks, application servers to load a Java Class into the memory. Application developers don’t use this API frequently. However when they use the APIs such as ‘java.lang.Class.forName()’ or ‘org.springframework.util.ClassUtils.forName()’, they internally call this ‘java.lang.ClassLoader#loadClass()’ API. Frequent usage of this API amongst different threads at runtime can ...



This post first appeared on Java Code Geeks, please read the originial post: here

Share the post

Java class loading – performance impact!

×

Subscribe to Java Code Geeks

Get updates delivered right to your inbox!

Thank you for your subscription

×