Given a web application in which the request parameter productID contains a product identifier. Which twoEL expressions evaluate the value of the productID?()
第1题:
ClicktheExhibitbutton.TheApplianceclassisaSingletonthatloadsasetofpropertiesintoaMapfromanexternaldatasource.Assume:AninstanceoftheApplianceclassexistsintheapplication-scopedattribute,applTheapplianceobject includesthenamepropertythatmapstothevalueCobiaTherequest-scopedattribute,prop,hasthevaluename.WhichtwoELcodesnippetswilldisplaythestringCobia?()
A.${appl.properties.name}
B.${appl.properties.prop}
C.${appl.properties[prop]}
D.${appl.properties[name]}
E.${appl.getProperties().get(prop)}
F.${appl.getProperties().get(’name’)}
第2题:
当总产量最大时()
第3题:
A、Had you not given me
B、I had not given
C、You had not given me
D、Had I not given
答案:B
第4题:
Given a web application in which the cookie userName is expected to contain the name of the user. Which EL expression evaluates to that user name?()
第5题:
Given the element from the web application deployment descriptor:
第6题:
英文Appl.Param.的含义()
第7题:
Given the web application deployment descriptor elements: 11.
第8题:
You create a Web site that is for members only. The Web site allows members to create lists of users that have access to information about member profiles. The name of the list is stored in the listName variable. The user name of the user to whom access is given is stored in the username variable.You need to enable members to manage their lists of users.Which code segment should you use?()
A.
B.
C.
D.
第9题:
Why does IS-IS use the SPF algorithm?()
第10题:
JAVA程序主要有APPLET与APPL两种类型。