Tag: technology

Questions Related to technology

  1. Alphanumeric

  2. Numeric

  3. Alphabetic

  4. all the above


Correct Option: D
  1. Andrew fonts

  2. Andale WT fonts

  3. Albany fonts

  4. Ad fonts


Correct Option: B
  1. A Servlet is a Server-side entity that will rest only on the Server.

  2. The life-cycle management of Servlets is done by the programmer.

  3. Java Servlet Technology provides support for handling XML requests through a special Servlet called XmlServlet.

  4. A Servlet instance is created by the client during the first request to the Servlet Container.


Correct Option: A
  1. session-timeout

  2. session-min-time

  3. session-inactive-time

  4. session-interval-time


Correct Option: A
  1. A listener for HttpSession cannot be specified statically inside a Deployment Descriptor, instead it can be programmatically mentioned.


Correct Option: B
  1. ServletContextListener

  2. ApplicationListener

  3. ApplicationContextListener

  4. None of the above.


Correct Option: A
  1. HttpSession.setMinInactiveInterval(10);

  2. HttpSession.setMinInactiveInterval(10 * 60);

  3. HttpSession.setMaxInactiveInterval(10 * 60);

  4. HttpSession.setMaxInactiveInterval(10);


Correct Option: C
  1. HttpServletRequest.getWriter();

  2. HttpServlerResponse.getCharacterWriter();

  3. HttpServetRequest.getOutputStream()

  4. HttpServletResonse.getWriter();


Correct Option: D