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

Java String intern(): Performance impact

java.lang.String#intern() is an interesting Function in Java. When used at the right place, it has potential to reduce overall memory consumption of your application by eliminating duplicate strings in your application. To learn how intern() function works, you may refer to this blog. In this post let’s discuss the Performance Impact of using java.lang.String#intern() function ...



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

Share the post

Java String intern(): Performance impact

×

Subscribe to Java Code Geeks

Get updates delivered right to your inbox!

Thank you for your subscription

×