memory « substring « Java Data Type Q&A





1. How many people have been stung by Java substring memory issues?    stackoverflow.com

I recently discovered that the java.lang.String.substring method does not return a new string, but a view of the original string that was substringed. This can have memory implications. For ...

2. substring memory leak    forums.oracle.com