Tag: technology
Questions Related to technology
-
Alphanumeric
-
Numeric
-
Alphabetic
-
all the above
-
Andrew fonts
-
Andale WT fonts
-
Albany fonts
-
Ad fonts
-
Trace
-
Minimal
-
Audit
-
Request
-
A Servlet is a Server-side entity that will rest only on the Server.
-
The life-cycle management of Servlets is done by the programmer.
-
Java Servlet Technology provides support for handling XML requests through a special Servlet called XmlServlet.
-
A Servlet instance is created by the client during the first request to the Servlet Container.
-
session-timeout
-
session-min-time
-
session-inactive-time
-
session-interval-time
-
-
-
-
A listener for HttpSession cannot be specified statically inside a Deployment Descriptor, instead it can be programmatically mentioned.
-
ServletContextListener
-
ApplicationListener
-
ApplicationContextListener
-
None of the above.
-
HttpSession.setMinInactiveInterval(10);
-
HttpSession.setMinInactiveInterval(10 * 60);
-
HttpSession.setMaxInactiveInterval(10 * 60);
-
HttpSession.setMaxInactiveInterval(10);
-
HttpServletRequest.getWriter();
-
HttpServlerResponse.getCharacterWriter();
-
HttpServetRequest.getOutputStream()
-
HttpServletResonse.getWriter();