0

web technology Online Quiz - 142

Description: web technology Online Quiz - 142
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

Note: To express routes, WS-Routing defines a new SOAP header named "path", and, within that header (Question 16-19 are based on this note) Which element is used for specifying Ultimate receiver

  1. “from”

  2. “to”

  3. “fwd”

  4. “rev”


Correct Option: B

Note: To express routes, WS-Routing defines a new SOAP header named "path", and, within that header (Question based on this note)Which element is used for containing the reverse message path

  1. “from”

  2. “to”

  3. “fwd”

  4. “rev”


Correct Option: D

Note: To express routes, WS-Routing defines a new SOAP header named "path", and, within that header (Question based on this note) Which element is used for containing the forward message path

  1. “from”

  2. “to”

  3. “fwd”

  4. “rev”


Correct Option: C

Which attribute SOAP defines that can be placed on a header element and if set to “1” meaning that the receipient must understand this header or send back a indicating that it does not understand the header


Correct Option: A

When using RPC-style SOAP, specification defines exactly the matter contained in


Correct Option: A

In Section 5 of the SOAP specification, the encoding rules defines how

  1. Objects should be serialized.

  2. Structures should be serialized.

  3. Arrays should be serialized.

  4. Object graphs should be serialized.

  5. All of the above.


Correct Option: E

With literal format, the client and service deal with the data in terms of

  1. XML documents

  2. Objects and structures

  3. Both

  4. None of the Above


Correct Option: A

Which tag in the jsp is used to define the error page

  1. error-page

  2. exception-type

  3. location

  4. None of the above


Correct Option: A

JSP technology is extensible

  1. True

  2. False


Correct Option: A

Java Server Pages specification includes

  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

The < % return; % > simply aborts the processing of JSP

  1. True

  2. False


Correct Option: A
  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

Which codeline must be set before any of the lines that use the PrintWriter

  1. setContentType()

  2. setPrintType()

  3. setWriter()

  4. setContentWriter()


Correct Option: A

Which of the following can the JSP include action include output from ?

  1. Another JSP

  2. Plain text file

  3. Servlet

  4. CGI Program

  5. All of the above


Correct Option: E
  1. The action can pass parameters to the page which it is including. How does this second page obtain the value of these parameters?
  1. Using the action

  2. Using the action

  3. Use the request.getParameter() method

  4. Use the response.getParameter() method


Correct Option: C
- Hide questions