ourownjava.com

Categories

  • Servers
    • Tomcat
    • Apache
    • JBoss
  • Core Java
    • Tech Problems
  • ATG
  • Endeca
  • Solr
  • Spring
  • TDD
  • MongoDB
  • UML
  • Certification
  • Other
    • Windows
    • Version Control
    • Validation
    • Eclipse
    • Maven

Posts tagged with 'String Intern'

 

Java String immutability and intern method.

All of you would be knowing the fact that String is immutable in java, which means once constructed can not be altered. This allows the jvm to have a literal pool, literal pool will be helpful to reduce the memory usage and to increase the performance. Each time when a String is created JVM check […]
Continue reading…

Categories: Core Java

Tags: String Intern, String Intern method in java

 
  • TDD Tutorial
  • JSP Tutorial
  • ATG Pipeline
  • ATG Certification
  • Open Source to ATG
  • ATG Custom Droplet
  • Endeca Certification
  • Endeca Commerce
  • Spring Data Solr
  • Spring Data Mongo

Top Posts & Pages

  • How to reload property file in java at runtime?
  • How to add an Element to an Array type using MongoDB Java Driver?
  • Spring Data Mongo Pagination
  • UML — Class Diagram — Generalization & Realization
  • UML — Class Diagram — Association
  • Intercept an ATG pipeline
  • Oracle Endeca Commerce Overview
  • ATG Targeting Servlets/Droplets
  • ATG Generic Session Manager/Session Tracking
  • MongoDB — How to change the default port of mongodb?
OurOwnJava.com © 2013–