Tag: web technology
Questions Related to web technology
-
JSP standard directives.
-
JSP standard actions.
-
Script language declarations, scriplets and expressions.
-
A portable tag extension mechanism.
-
Objects with page scope are accessible only within the page where they are created
-
• References to objects with page scope are stored in the pagecontext object
-
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.
-
All of the above.
-
setContentType()
-
setPrintType()
-
setWriter()
-
setContentWriter()
-
Another JSP
-
Plain text file
-
Servlet
-
CGI Program
-
All of the above
-
Using the action
-
Using the action
-
Use the request.getParameter() method
-
Use the response.getParameter() method
-
Unmatched bracket in for statement
-
Flush attribute must be false
-
Keyword 'file' should be used instead of 'page' in the action
-
Actions cannot be used within scriptlet blocks
-
a. Two Administration server and one Managed servers
-
b. One Administration server and optional Managed servers
-
c. One Administration server and two Managed servers
-
d. None of the above