相关考题
-
单项选择题
以下对象中的()不是JSP的内置对象。
A.request
B.session
C.application
D.bean -
单项选择题
假定一个名为BankApp的Web应用程序,那么它的部署描述符存储在哪个文件当中?()
A.BankApp.xml
B.bankapp.xml
C.server.xml
D.deployment.xml
E.WebApp.xml
F.web.xml -
单项选择题
下列哪一项是获取bean属性的有效方式?()
A.<jsp:useBeanaction="get"id="address"property="city"/>
B.<jsp:getPropertyid="address"property="city"/>
C.<jsp:getPropertyname="address"property="city"/>
D.<jsp:getPropertybean="address"property="*"/>
