网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下列哪个作用范围的Bean,被Web服务目录下所有用户共享,任何客户对Bean属性的修改都会影响到其他用户。()
- A、application
- B、request
- C、page
- D、session
参考答案
更多 “下列哪个作用范围的Bean,被Web服务目录下所有用户共享,任何客户对Bean属性的修改都会影响到其他用户。()A、applicationB、requestC、pageD、session” 相关考题
考题
关于JavaBean正确的说法是()。
A、区分字母的大小写B、在JSP文件中引用Bean,其实就是用语句C、被引用的Bean文件的文件名后缀为.jarD、Bean文件放在任何目录下都可以被引用
考题
在Spring中,下列关于Bean属性中的singleton的说法,正确的有( )。
A.用于定义Bean是否为SingletonB.默认为falseC.默认为trueD.在BeanFactory作用范围内,仅维护此Bean的一个实例
考题
下面关于jsp:setProperty说法中正确的是()A、jsp:setProperty用来设置已经实例化的Bean对象的属性B、name属性:表示要设置属性的是哪个BeanC、property属性表示要设置哪个属性D、value属性用来指定Bean属性的值,且该属性必须存在E、Param指定用哪个请求参数作为Bean属性的值
考题
〈jsp:useBean id="bean的名称" scope="bean的有效范围" class="包名.类名"/〉动作标记中,scope的值不可以是()。A、pageB、requestC、sessionD、response
考题
有状态Session Bean和无状态Session Bean的区别说法正确的是()A、无状态Session Bean要保存客户端的状态,同客户端是一对一B、有状态Session Bean要保存客户端的状态,同客户端是一对一C、他们都要保存客户端的状态,同客户端是一对一D、以上说法都不对
考题
A Company.com developer is designing the presentation tier for a web application that relies on a complex session bean. The session bean is still being developed and the APIs for are NOT finalized. Any changes to the session bean API directly impacts the development of the presentation tier. Which design pattern provides a means to manage the uncertainty in the API?()A、 View HelperB、 Front ControllerC、 Composite ViewD、 Intercepting FilterE、 Business DelegateF、 Chain of Responsibility
考题
关于JavaBean正确的说法是:()A、Java文件与Bean所定义的类名可以不同,但一定要注意区分字母的大小写B、在JSP文件中引用Bean,其实就是用 jsp:useBean 语句C、被引用的Bean文件的文件名后缀为.javaD、Bean文件放在任何目录下都可以被引用
考题
JSP标准动作中的useBean动作可将JavaBean嵌入JSP页面,useBean动作的scope属性指定了Bean的范围,下列不属于useBean动作范围选项的是()。A、 pageB、 requestC、 responseD、 session
考题
下列哪个作用范围的Bean,当客户离开这个页面时,JSP引擎取消为客户该页面分配的Bean,释放他所占的内存空间。()A、applicationB、requestC、pageD、session
考题
会话Bean的状态的说法正确的有()A、有状态会话Bean的状态是借助于序列化保存下来的B、有状态会话Bean被激活后会恢复挂起前的状态C、无状态会话Bean不能有属性D、有状态会话Bean的所有属性在挂起的时候都会被保存下来
考题
session bean有stateless和stateful两种状态类型,下面对stateless描述正确选择是()。A、无状态session bean可以维持客户端的对话状态B、当客户端调用无状态session bean的方法时session bean的实例变量仅在调用期间内包含状态C、stateless session bean可以实现Web服务,但其他类型的企业bean不能
考题
单选题有状态Session Bean和无状态Session Bean的区别说法正确的是()A
无状态Session Bean要保存客户端的状态,同客户端是一对一B
有状态Session Bean要保存客户端的状态,同客户端是一对一C
他们都要保存客户端的状态,同客户端是一对一D
以上说法都不对
考题
单选题session bean有stateless和stateful两种状态类型,下面对stateless描述正确选择是()。A
无状态session bean可以维持客户端的对话状态B
当客户端调用无状态session bean的方法时session bean的实例变量仅在调用期间内包含状态C
stateless session bean可以实现Web服务,但其他类型的企业bean不能
考题
单选题JSP标准动作中的useBean动作可将JavaBean嵌入JSP页面,useBean动作的scope属性指定了Bean的范围,下列不属于useBean动作范围选项的是()。A
pageB
requestC
responseD
session
考题
单选题下列哪个作用范围的Bean,被Web服务目录下所有用户共享,任何客户对Bean属性的修改都会影响到其他用户。()A
applicationB
requestC
pageD
session
考题
单选题下列哪个作用范围的Bean,当客户离开这个页面时,JSP引擎取消为客户该页面分配的Bean,释放他所占的内存空间。()A
applicationB
requestC
pageD
session
考题
单选题A Company.com developer is designing the presentation tier for a web application that relies on a complex session bean. The session bean is still being developed and the APIs for are NOT finalized. Any changes to the session bean API directly impacts the development of the presentation tier. Which design pattern provides a means to manage the uncertainty in the API?()A
View HelperB
Front ControllerC
Composite ViewD
Intercepting FilterE
Business DelegateF
Chain of Responsibility
考题
判断题客户在某个页面修改session作用范围Bean的属性,在其他页面,该Bean的属性会发生同样的变化,不同客户之间的Bean也发生变化。A
对B
错
热门标签
最新试卷