web technology Online Quiz - 142
Description: web technology Online Quiz - 142 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
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
is an optional child element of ( TRUE/FALSE)
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
The Header section of SOAP is where application specific custom data can be sent. (TRUE/FALSE)
SOAP talks about accessing objects and invoking methods remotely as in a Remote Procedure Call . (TRUE/FALSE)
When using RPC-style SOAP, specification defines exactly the matter contained in
In Section 5 of the SOAP specification, the encoding rules defines how
With literal format, the client and service deal with the data in terms of
Global XML Web Services Architecture builds on today’s XML Web services baseline specification of
Which tag in the jsp is used to define the error page
JSP technology is extensible
Java Server Pages specification includes
The < % return; % > simply aborts the processing of JSP
Which of the following statements is true regarding the scope of ‘page’ in JSP.
Which codeline must be set before any of the lines that use the PrintWriter
The response.sendRedirect("……..”); is the response implicit object to redirect the browser to the different resource
Which of the following can the JSP include action include output from ?
- The action can pass parameters to the page which it is including. How does this second page obtain the value of these parameters?