|
There are three ways to communicate from an applet to servlet and they are: HTTP Communication (Text....
|
Category:
JSP
|
Date:
11/8/2010 11:17:58 PM
|
|
|
|
To access the ServletConfig from the servlet.
|
Category:
JSP
|
Date:
11/8/2010 10:12:56 PM
|
|
|
|
container is a runtime support of a system-level entity and provides components with services such a....
|
Category:
JSP
|
Date:
11/8/2010 8:22:59 PM
|
|
|
|
Cookie c = new Cookie("name","value");
response.addCookie(c);
|
Category:
JSP
|
Date:
11/8/2010 7:50:57 PM
|
|
|
|
By using client-side refresh or server push.
|
Category:
JSP
|
Date:
11/8/2010 7:17:57 PM
|
|
|