Tag: architecture

Questions Related to architecture

Multiple choice technology architecture
  1. HttpServletRequest getParameter(...) retrieves the parameter value from the request

  2. HttpServletResponse getAttribute(...) retrieves the attribute value from the response

  3. HttpServletResponse getParameter(...) retrieves the parameter value from the response

  4. HttpServletRequest setParameter(...) sets the parameter value to the request

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology architecture
  1. URL rewriting may be used by a server as the basis for session tracking.

  2. SSL has a built-in mechanism that a servlet container could use to obtain data used to define a session.

  3. When using cookies for session tracking, the name of the session tacking cookie must be JSESSIONID.

  4. IF a user has cookies disabled in the browser, the container may choose to use a javax.servlet.httpCookielessHttpSession object to track the user's session.

Reveal answer Fill a bubble to check yourself
D Correct answer