|
Servlet init parameters are declared inside the <servlet> tag inside Deployment Descriptor and....
|
Category:
JSP
|
Date:
11/9/2010 10:22:57 AM
|
|
|
|
The servlet mapping is an association between a URL pattern and a servlet and it is used to map requ....
|
Category:
JSP
|
Date:
11/9/2010 9:50:56 AM
|
|
|
|
The MVC design pattern is very simple to understand but much more difficult to live with. You just n....
|
Category:
JSP
|
Date:
11/9/2010 8:32:59 AM
|
|
|
|
page, request, session, application
|
Category:
JSP
|
Date:
11/9/2010 6:55:56 AM
|
|
|
|
There are three scripting language elements: declarations, scriptlets and expressions.
|
Category:
JSP
|
Date:
11/9/2010 6:22:56 AM
|
|
|
|
It is the standard HTTP protocols ways of refreshing the page, and is supported by all browsers. <....
|
Category:
JSP
|
Date:
11/9/2010 4:33:57 AM
|
|
|
|
JspWriter is buffered but PrintWriter is not.
|
Category:
JSP
|
Date:
11/9/2010 2:11:59 AM
|
|
|
|
By creating a request dispatcher for the JSP error page, and pass the exception object as a javax.se....
|
Category:
JSP
|
Date:
11/9/2010 1:39:57 AM
|
|
|
|
Because there is some disagreement between the various browsers, and different versions of the same ....
|
Category:
JSP
|
Date:
11/8/2010 11:50:00 PM
|
|
|
|
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
|
|
|
|
Servlet filters are pluggable web components that used to implement pre-processing and post-processi....
|
Category:
JSP
|
Date:
11/8/2010 6:00:59 PM
|
|
|