Hi,
I have a question regarding Memory Leak. The below mentioned JSP code can generate any Out of memory exception
String str = tempStrView.getSTR();
String newStr = str+"'";
String rpcStr = " ";
String convStr = newStr.replaceAll("'",rpcStr);
Thanks in advance,
Vinith