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 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

The Header section of SOAP is where application specific custom data can be sent. (TRUE/FALSE)

  1. True

  2. False


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

Global XML Web Services Architecture builds on today’s XML Web services baseline specification of

  1. SOAP

  2. WSDL

  3. UDDI

  4. All 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
  1. setContentType()

  2. setPrintType()

  3. setWriter()

  4. setContentWriter()


Correct Option: A

The response.sendRedirect("……..”); is the response implicit object to redirect the browser to the different resource

  1. True

  2. False


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