How SubString method works in Java - Memory Leak Fixed in JDK 1.7
Substring in Java is used to create small strings but the tricky part is how substring works in Java because if you are creating substring from a large String it could cause a large ......