aspose file tools
The moose likes Beginning Java and the fly likes Java string constant pool Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Java string constant pool" Watch "Java string constant pool" New topic
Author

Java string constant pool

Arul Jose
Ranch Hand

Joined: Jan 14, 2005
Posts: 131
How bigger will this pool get? Any parameters which decide this? Any way to control this thru code?

Arul Jose.
Rahim Vindhani
Greenhorn

Joined: Dec 06, 2005
Posts: 10
It is controlled by JVM. It may decide the size of the pool by available memory


Rahim Vindhani,<br /><a href="http://www.java-examples.com" target="_blank" rel="nofollow">Java Examples</a>
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Java string constant pool
 
Similar Threads
== in strings
WA #2 ..... word association
SLSB Pool & Entity Bean Pool
New Article: JDBC Connection Pooling
String new object clarification