网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
Which is characteristic of the Business Delegate pattern?()
A

 It decreases complexity by removing a layer of proxy classes.

B

 It reduces coupling between tiers by hiding implementation details.

C

 It decreases performance due to the lack of caching of remote data.

D

 It forces business-tier expectations to be dealt with in the presentation-tier.


参考答案

参考解析
解析: 暂无解析
更多 “单选题Which is characteristic of the Business Delegate pattern?()A  It decreases complexity by removing a layer of proxy classes.B  It reduces coupling between tiers by hiding implementation details.C  It decreases performance due to the lack of caching of remote data.D  It forces business-tier expectations to be dealt with in the presentation-tier.” 相关考题
考题 The distance between any two meridians measured along a parallel of latitude ______.A.increases in north latitude and decreases in south latitudeB.decreases as DLO increasesC.increases with increased latitudeD.decreases with increased latitude

考题 Which statement about the free surface effect is TRUE ________.A.It increases in direct proportion to the length of the tank times the breadth squaredB.It decreases at increased angles of heel due to pocketing when a tank is 90% fullC.It decreases in direct proportion to increasing specific gravity of the liquid in the tankD.In practice,the correction is considered to be a virtual reduction of KG

考题 Reusing frequencies in a cellular pattern (compared to “one big cell”)()A、Increases channel utilization, cost ,and interference.B、Increases capacity and cost, but decreases interference.C、Increases capacity, but decreases cost and interference.D、Increases capacity, cost, and interference.

考题 What benefit results from implementation of Layer 3 switching versus Layer 2 switching in a fully meshed campus network?()A、ease of IP address assignment versus use of external routersB、redundancy from trunking between distribution layer switchesC、provides first-hop redundancy to clientsD、allows inter-VLAN communication without requiring complexity of routing protocols

考题 Which is characteristic of the Business Delegate pattern?()A、 It decreases complexity by removing a layer of proxy classes.B、 It reduces coupling between tiers by hiding implementation details.C、 It decreases performance due to the lack of caching of remote data.D、 It forces business-tier expectations to be dealt with in the presentation-tier.

考题 Which two are characteristics of the Service Locator pattern?()A、It encapsulates component lookup procedures.B、It increases source code duplication and decreases reuse.C、It improves client performance by caching context and factory objects.D、It degrades network performance due to increased access to distributed lookup services.

考题 According to Ohm’s Law, which of the following is correct?()A、As voltage increases, resistance decreasesB、As amperage decreases, resistance decreasesC、As resistance decreases, amperage increasesD、As resistance increases, voltage increases

考题 Prioritizing traffic between data and voice is defined as which of the following?()A、Caching enginesB、Proxy serverC、QoSD、Load balancing

考题 A developer is designing a web application which extensively uses EJBs and JMS. The developer finds thatthere is a lot of duplicated code to build the JNDI contexts to access the beans and queues. Further,because of the complexity, there are numerous errors in the code. Which J2EE design pattern provides asolution for this problem?()A、CommandB、Transfer ObjectC、Service LocatorD、Session FacadeE、Business Delegate

考题 Which two are characteristics of the Intercepting Filter pattern?()A、 it provides centralized request handling for incoming requests.B、 It forces resource authentication to be distributed across web components.C、 It reduces coupling between presentation-tier clients and underlying business services.D、 It can be added and removed unobtrusively, without requiring changes to existing  code.E、 It allows preprocessing and postprocessing on the incoming requests and outgoing  responses.

考题 Which the two are characteristics of the Service Locator pattern?()A、 It encapsulates component lookup proceduresB、 It increases source code duplication and decreases reuseC、 It improves client performance by caching context and factory objectsD、 It degrades network performance due to increased access to distributed lookup services

考题 A developer is designing the presentation tier for a web application which requires a centralized requesthandling to complete common processing required by each request. Which design pattern provides asolution to this problem?()A、Remote ProxyB、Front ControllerC、Service ActivatorD、Intercepting FilterE、Business Delegate

考题 Which two are characteristics of the Front Controller pattern?()A、It simplifies remote interfaces to distributed objects.B、It promotes cleaner application partitioning and encourages reuse.C、It provides an initial point of contact for handling all related requests.D、It reduces maintainability due to the increased complexity of the design.E、It provides loosely coupled handlers that can be combined in various permutations.

考题 Which two are characteristics of the Transfer Object design pattern?()A、It reduces network traffic by collapsing multiple remote requests into one.B、It increases the complexity of the remote interface by removing coarse-grained methods.C、It increases the complexity of the design due to remote synchronization and version control issues.D、It increases network performance introducing multiple fine-grained remote requests which return verysmall amounts of data.

考题 Immediately after adding a new disk to or removing an existing disk from an Automatic Storage Management (ASM) instance, you find that the performance of the database decreases initially, until the addition or removal process is completed. Performance then gradually returns to normal levels. Which two activities could you perform to maintain a consistent performance of the database while adding or removing disks?()A、 increase the number of checkpoint processesB、 define the POWER option while adding or removing the disksC、 increase the number of DBWR processes by setting up a higher value for DB_WRITER_PROCESSESD、 increase the number of slave database writer processes by setting up a higher value for DBWR_IO_SLAVESE、 increase the number of ASM Rebalance processes by setting up a higher value for ASM_POWER_LIMIT during the disk addition or removal

考题 单选题A vessel reduces speed without backing. The rate that her speed through the water decreases depends primarily on the().A vessel's horsepowerB sea stateC number of propellersD vessel's displacement

考题 多选题Which two are characteristics of the Intercepting Filter pattern?()Ait provides centralized request handling for incoming requests.BIt forces resource authentication to be distributed across web components.CIt reduces coupling between presentation-tier clients and underlying business services.DIt can be added and removed unobtrusively, without requiring changes to existing  code.EIt allows preprocessing and postprocessing on the incoming requests and outgoing  responses.

考题 多选题Which the two are characteristics of the Service Locator pattern?()AIt encapsulates component lookup proceduresBIt increases source code duplication and decreases reuseCIt improves client performance by caching context and factory objectsDIt degrades network performance due to increased access to distributed lookup services

考题 单选题What benefit results from implementation of Layer 3 switching versus Layer 2 switching in a fully meshed campus network?()A ease of IP address assignment versus use of external routersB redundancy from trunking between distribution layer switchesC provides first-hop redundancy to clientsD allows inter-VLAN communication without requiring complexity of routing protocols

考题 单选题A developer is designing a web application which extensively uses EJBs and JMS. The developer finds thatthere is a lot of duplicated code to build the JNDI contexts to access the beans and queues. Further,because of the complexity, there are numerous errors in the code. Which J2EE design pattern provides asolution for this problem?()A CommandB Transfer ObjectC Service LocatorD Session FacadeE Business Delegate

考题 多选题Which two are characteristics of the Transfer Object design pattern?()AIt reduces network traffic by collapsing multiple remote requests into one.BIt increases the complexity of the remote interface by removing coarse-grained methods.CIt increases the complexity of the design due to remote synchronization and version control issues.DIt increases network performance introducing multiple fine-grained remote requests which return verysmall amounts of data.

考题 多选题Which two are characteristics of the Service Locator pattern?()AIt encapsulates component lookup procedures.BIt increases source code duplication and decreases reuse.CIt improves client performance by caching context and factory objects.DIt degrades network performance due to increased access to distributed lookup services.

考题 单选题According to Ohm’s Law, which of the following is correct?()A As voltage increases, resistance decreasesB As amperage decreases, resistance decreasesC As resistance decreases, amperage increasesD As resistance increases, voltage increases

考题 单选题Which of the following best describes the thermodynamic effect on the pressure and volume relationship with regards to saturated gases?()A As pressure decreases, volume increasesB As volume increases, pressure increasesC As volume decreases, pressure decreasesD As pressure increases, volume increases

考题 单选题Which is characteristic of the Business Delegate pattern?()A  It decreases complexity by removing a layer of proxy classes.B  It reduces coupling between tiers by hiding implementation details.C  It decreases performance due to the lack of caching of remote data.D  It forces business-tier expectations to be dealt with in the presentation-tier.

考题 单选题A large check processing company is quite impressed with the ingestion performance of a VTL. After calculating their nightly backup requirements it was determined that the restore performance of the VTL was significantly less than the backup performance. Which of the following business requirements should the customer revisit to ensure a successful implementation?()A RPOB RTOC backup windowD deduplication ratio

考题 多选题Which two are characteristics of the Front Controller pattern?()AIt simplifies remote interfaces to distributed objects.BIt promotes cleaner application partitioning and encourages reuse.CIt provides an initial point of contact for handling all related requests.DIt reduces maintainability due to the increased complexity of the design.EIt provides loosely coupled handlers that can be combined in various permutations.

考题 单选题A Company.com developer is designing a multi-tier web application and discovers a need to hide the details of establishing and maintaining remote communications from the client. In addition, because the business and resource tiers are distributed, the application needs to minimize the inter-tier network traffic related to servicing client requests.  Which design patterns, working together, address these issues?()A  Front Controller and Transfer ObjectB  Front Controller and Service LocatorC  Business Delegate and Transfer ObjectD  Business delegate and Intercepting FilterE  Model-View-Controller and Intercepting Filter