JSP中JavaBean是通过指令标签()来访问的。
第1题:
在JSP页面中,正确引入JavaBean的是()
第2题:
在J2EE中,在JSP中想要使用JavaBean:mypackage.mybean,则以下写法正确的是()。
第3题:
You need to create a JavaBean object that is used only within the current JSP page. It must NOT beaccessible to any other page including those that this page might import. Which JSP standard action canaccomplish this goal?()
第4题:
下列哪一项不属于JSP动作指令标记?()
第5题:
在JSP中调用JavaBean时不会用到的标记是()。
第6题:
在以下组件中,哪些组件与JavaBean有关?()
第7题:
A JSP page needs to set the property of a given JavaBean to a value that is calculated with the JSP page. Which three jsp:setProperty attributes must be used to perform this initialization?()
第8题:
〈jsp:userBean〉
〈jsp:include〉
〈jsp:setProperty〉
〈jsp:getProperty〉
第9题:
〈jsp:setProperty〉和〈jsp:getProPerty〉必须在一个JSP文件中搭配出现
就如同session.setAttribute()一样,来设计属性/值对
和〈jsp:useBean〉动作一起便用,来设置bean的属性值
就如同request.setAttribute()一样,来设置属性/值对
第10题:
〈jsp:param〉
〈jsp:plugin〉
〈jsp:useBean〉
〈jsp:javaBean〉
第11题:
〈jsp:uscBean〉
〈jsp:getProperty〉
〈jsp:setProperty〉
〈jsp:forward〉
第12题:
Id
Val
Name
Param
Value
Property
第13题:
JavaBean可以通过相关jsp动作指令进行调用。下面哪个不是JavaBean可以使用的jsp动作指令?()
第14题:
A JSP page needs to instantiate a JavaBean to be used by only that page. Which two jsp:useBean attributes must be used to access this attribute in the JSP page?()
第15题:
用于获取bean属性的动作是()。
第16题:
在JSP中,对〈jsp:setProperty〉标记描述正确的是()。
第17题:
下面哪个不是JSP中和javabean相关的标记?()
第18题:
在以下操作中,哪些是与使用JavaBean无关的?()
第19题:
〈javabean〉
〈jsp:useBean〉
〈jsp:setProperty〉
〈jsp:getProperty〉
第20题:
〈jsp:useBean〉
〈jsp:setProperty〉
〈jsp:getProperty〉
〈jsp:setParameter〉
第21题:
〈jsp:param〉
〈jsp:setProperty〉
〈jsp:getProperty〉
〈jsp:forward〉
第22题:
〈%@ page%〉
〈jsp:useBean〉
〈jsp:setProperty〉
〈jsp:getProperty〉
第23题:
id
type
name
class
scope
create