1. How many people have been stung by Java substring memory issues? stackoverflow.comI 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 |