未分类题

GiventheJSPcode:10.<html>11.<body>12.<jsp:useBeanid=’customer’class=’com.example.Customer’/>13.Hello,${customer.title}${customer.lastName},welcome14.toSqueakyBeans,Inc.15.</body>16.</html>WhichthreetypesofJSPcodeareused?()
A.Javacode
B.Templatetext
C.Scriptingcode
D.Standardaction
E.Expressionlanguage

A.<html>11.<body>12.<jsp:useBeanid=’customer’class=’com.example.Customer’/>13.Hello,${customer.title}${customer.lastName},welcome14.toSqueakyBeans,Inc.15.</body>16.</html>WhichthreetypesofJSPcodeareused?()
A.Javacode
B.Templatetext
C.Scriptingcode
D.Standardaction
E.Expressionlanguage

【参考答案】

B, D, E