black

SCWCD(310-083)

登录

多项选择题

Given the JSP code:
10.<html>
11.<body>
12.<jsp:useBean id=’customer’ class=’com.example.Customer’ />
13.Hello, ${customer.title} ${customer.lastName}, welcome
14.to Squeaky Beans, Inc.
15.</body>16. </html>
Which three types of JSP code are used?()

A.Java code
B.Template text
C.Scripting code
D.Standard action
E.Expression language

相关考题

单项选择题 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.<head> 11.<script src=/scripts/screenFunctions.jsp 12.language=javascript 13.type=application/javascript> </script> 14.</head> 15.<!-- body of the web form --> Which JSP code snippet declares that this JSP Document is a JavaScript file?()

All Rights Reserved 版权所有©PP题库网库(pptiku.com)

备案号:湘ICP备14005140号-5

经营许可证号:湘B2-20140064