Which three are valid values for the body-content attribute of a tag directive in a tag file?()
第1题:
关于JSP标记文件下列说法不正确的是()
第2题:
Which two statements are true about the security-related tags in a valid Java EE deployment descriptor?()
第3题:
Under what two circumstances is the set JspBody method NOT called in a tag class that implements the Simple Tag interface? ()
第4题:
Tag文件中的attribute指令有怎样的作用?
第5题:
Given in a single JSP page: <%@ taglib prefix=’java’ uri=’myTags’ %> <%@ taglib prefix=’JAVA’ uri=’moreTags’ %> Which two are true?()
第6题:
In which three directories, relative to a web application’s root, may a tag library descriptor file reside when deployed directly into a web application?()
第7题:
4 to 6 times the tag beaconing rate
10 to 12 times the tab beaconing rate
8 to 10 times the tag beaconing rate
6 to 8 times the tag beaconing rate
第8题:
ENTER
GO_ITEM
VALIDATE
EXIT_FORM
EXECUTE_QUERY
第9题:
The prefix ’java’ is reserved.
The URI ’myTags’ must be properly mapped to a TLD file by the web container.
A translation error occurs because the prefix is considered identical by the web container.
For the tag usage
第10题:
IGP
BGP
EGP
Incomplete
Anonymous
第11题:
The do Start Tag method is called once.
The do After Body method is NOT called.
The EVAL_Page constant is a valid return value for the do End Tag Method.
the EVAL_BODY_BUFFERED constant is a valid return value for the do Start Tag method.
第12题:
/WEB-INF
/META-INF
/WEB-INF/tlds
/META-INF/tlds
/WEB-INF/resources
/META-INF/resources
第13题:
Assume a tag handler extends TagSupport. Which is used within the tag handler to get an attribute “foo” that is in the application scope?()
第14题:
Given the Tag:
第15题:
To take advantage of the capabilities of modern browsers that use web standards, such as XHTML andCSS, your web application is being converted from simple JSP pages to JSP Document format. However,one of your JSPs, /scripts/screenFunctions.jsp, generates a JavaScript file. This file is included in severalweb forms to create screen-specific validation functions and are included in these pages with the followingstatement: 10. 11.
第16题:
第17题:
A custom tag is defined to take three attributes. Which two correctly invoke the tag within a JSP page?()
第18题:
The Origin attribute describes the source of the BGP prefix. Which three are valid Origin codes?() (Choose three.)
第19题:
Tag files can only be accessed using a tagdir attribute.
The sort.jsp page translates successfully and invokes the tag defined by beta.tag.
The sort.jsp page produces a translation error because a taglib directive must always have a uriattribute.
Tag files can only be placed in /WEB-INF/tags, and NOT in any subdirectories of /WEB- INF/tags.
The tagdir attribute in line 2 can be replaced by a uri attribute if a TLD referring to beta.tag is createdand added to the web application.
第20题:
第21题:
The do After Body method is called.
The doEnd Tag method is NOT called.
The type attribute may be specified in the TLD
The do Start Tag Method must always return SKIP_BODY.
The TLD for this tag must NOT include a
第22题:
EL
JSP
Empty
Dynamic
Scriptless
Tagdependent
第23题:
The tag is invoked without a body.
The doTAb method throws an exception.
The
The tag is called with the attribute skip-body=true