单选题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 t

题目
单选题
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 Helper

B

 Front Controller

C

 Composite View

D

 Intercepting Filter

E

 Business Delegate

F

 Chain of Responsibility

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

有状态Session Bean有几种状态()

  • A、1种
  • B、2种
  • C、3种
  • D、4种

正确答案:C

第2题:

A developer is designing a web application that must verify for each request: The originating request is froma trusted network. The client has a valid session.The client has been authenticated. Which design pattern provides a solution in this situation?()

  • A、Transfer Object
  • B、Session Facade
  • C、Intercepting Filter
  • D、Template Method
  • E、Model-View-Controller

正确答案:C

第3题:

OSI参考模型有哪些层,按顺序()。

A.Application、session、transport、network、physical、physical、datalink

B.Application、presentation、session、network、transport、datalink,physical

C.Application、presentation、session、transport、network、datalink、physical

D.Application、session、transport、physical、network、physical、datalink


正确答案:C

第4题:

下列哪个作用范围的bean,请求响应完成则该Bean即被释放,不同客户的Bean互不相同。()

  • A、application
  • B、request
  • C、page
  • D、session

正确答案:B

第5题:

EJB包括的类型有()

  • A、CMP
  • B、BMP
  • C、Java Bean
  • D、Stateful Session Bean

正确答案:A,B,D

第6题:

A 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 it are NOT finalized. Any changes to the sessionbean API directly impacts the development of the presentation tier.  Which design pattern provides a meansto manage the uncertainty in the API?()

  • A、View Helper
  • B、Front Controller
  • C、Composite View
  • D、Intercepting Filter
  • E、Business Delegate

正确答案:E

第7题:

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 Helper
  • B、 Front Controller
  • C、 Composite View
  • D、 Intercepting Filter
  • E、 Business Delegate
  • F、 Chain of Responsibility

正确答案:E

第8题:

有状态Session Bean和无状态Session Bean的区别说法正确的是()

  • A、无状态Session Bean要保存客户端的状态,同客户端是一对一
  • B、有状态Session Bean要保存客户端的状态,同客户端是一对一
  • C、他们都要保存客户端的状态,同客户端是一对一
  • D、以上说法都不对

正确答案:B

第9题:

OSI参考模型有哪些层,按顺序()

  • A、Application、session、transport、network、physical、physical、datalink
  • B、Application,presentation,session,network,transport,datalink,physical
  • C、Application,presentation,session,transport,network,datalink,physical
  • D、Application,session,transport,physical、network、physical、datalink

正确答案:C

第10题:

下列哪个作用范围的Bean,被Web服务目录下所有用户共享,任何客户对Bean属性的修改都会影响到其他用户。()

  • A、application
  • B、request
  • C、page
  • D、session

正确答案:A

更多相关问题