Tag: web technology

Questions Related to web technology

  1. JSP standard directives.

  2. JSP standard actions.

  3. Script language declarations, scriplets and expressions.

  4. A portable tag extension mechanism.


Correct Option: A,B,C,D
  1. Objects with page scope are accessible only within the page where they are created

  2. • References to objects with page scope are stored in the pagecontext object

  3. All references to such an object shall be released after the response is sent back to the client from the JSP page or the request is forwarded somewhere else.

  4. All of the above.


Correct Option: D
  1. setContentType()

  2. setPrintType()

  3. setWriter()

  4. setContentWriter()


Correct Option: A
  1. Another JSP

  2. Plain text file

  3. Servlet

  4. CGI Program

  5. All of the above


Correct Option: E
  1. Using the action

  2. Using the action

  3. Use the request.getParameter() method

  4. Use the response.getParameter() method


Correct Option: C
  1. Unmatched bracket in for statement

  2. Flush attribute must be false

  3. Keyword 'file' should be used instead of 'page' in the action

  4. Actions cannot be used within scriptlet blocks


Correct Option: D
  1. a. Two Administration server and one Managed servers

  2. b. One Administration server and optional Managed servers

  3. c. One Administration server and two Managed servers

  4. d. None of the above


Correct Option: B