Posted By:
sunil_Chandurkar
Posted On:
Tuesday, March 13, 2001 07:30 AM
"Browser Hung" I have written code for Applet servlet communication, I am using JSDK2.1 following is Applet side code which is trying to read object from servlet... once its giving me proper output but during second call to this function for same servlet, hung the browser. Applet side code : public Object readFromServletEx(String servletName) throws IOException, Exception { URLConnection servletConnection = null; //***************************************** //* Get The Servlet's URL and Connect it //***************************************** String protocol= getCodeBase().getProtocol(); String host = getCodeBa
More>>