网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
多选题
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.
参考答案
参考解析
解析:
暂无解析
更多 “多选题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.” 相关考题
考题
● A technical requirement has which of the following characteristics:A easy to understandB a communication tool between the user and the design teamC written in non-technical languageD developed in cooperation with the userE typically describe physical dimensions and performance requirements
考题
Traditional structured analysis techniques focus upon the flow of(1)within a system. Object-oriented analysis emphasizes the building of real-world models, It examines requirements from the perspective of the classes and objects found in the vocabulary of the(2)domain.Traditional system design method emphasizes the proper and effective structure of a complex system. Object-oriented design method encompasses the process of object- oriented decomposition and a(3)for depicting both logical and physical as well as static and dynamic models of the system under design.Object-oriented programming is a method of implementation in which programs are organized as cooperative collections of objects, each of which represents an(4)of some class, and whose classes are all members of a hierarchy of classes united via(5)relationships.A.controlB.programC.dataD.reference
考题
What are two characteristics of the Cisco Validated Design program? ()(Choose two.)
A. facilitates customer deployments that are less reliableB. facilitates customer deployments that are more predictableC. separates products and technologies into individual portfoliosD. incorporates products and technologies into a broad portfolioE. strives to protect access to design documentation
考题
The complete details of a crude oil washing system aboard your vessel,including the operating sequences and procedures,design characteristics,a description of the system,and required personnel will be found in the ______.A.Oil Transfer Procedures ManualB.Crude Oil Washing Operations and Equipment ManualC.Code of Federal RegulationsD.Crude Oil Washing addendum to the Certificate of Inspection
考题
What are two characteristics of the Cisco Validated Design program? ()(Choose two.)A、facilitates customer deployments that are less reliableB、facilitates customer deployments that are more predictableC、separates products and technologies into individual portfoliosD、incorporates products and technologies into a broad portfolioE、strives to protect access to design documentation
考题
In an n-tier application, which two invocations are typically remote, not local?()A、JSP to Transfer ObjectB、Service Locator to JNDIC、Controller to request objectD、Transfer Object to Entity BeanE、Controller to Business Delegate
考题
Which two characteristics describe the UDP protocol?()A、limited error checkingB、defined timersC、no recovery mechanismsD、three-way handshake
考题
A developer is designing a web application which extensively uses EJBs and JMS. The developer finds that there 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 a solution for this problem?()A、 CommandB、 Transfer objectC、 Service locatorD、 Session FaçadeE、 Business delegateF、 Data access object
考题
You are designing an n-tier Java EE application. You have already decided that some of your JSPs willneed to get data from a Customer entity bean. You are trying to decide whether to use a Customer stubobject or a Transfer Object. Which two statements are true?()A、The stub will increase network traffic.B、The Transfer Object will decrease data staleness.C、The stub will increase the logic necessary in the JSPs.D、In both cases, the JSPs can use EL expressions to get data.E、Only the Transfer Object will need to use a Business Delegate.
考题
public class Team extends java.util.LinkedList { public void addPlayer(Player p) { add(p); } public void compete(Team opponent) { /* more code here */ } } class Player { /* more code here */ } Which two are true?()A、 This code will compile.B、 This code demonstrates proper design of an is-a relationship.C、 This code demonstrates proper design of a has-a relationship.D、 A Java programmer using the Team class could remove Player objects from a Team object.
考题
A Company.com developer chooses to avoid using SingleThreadModel but wants to ensure that data is updated in a thread-safe manner. Which two can support this design goal?()A、 Store the data in a local variable.B、 Store the data in an instance variable.C、 Store the data in the HttpSession object.D、 Store the data in the ServletContext object.E、 Store the data in the ServletRequest object.
考题
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.
考题
Which two PL/SQL8 features are supported in Oracle Forms?()A、methods B、object tables C、object columns D、collection types E、object as stored procedure parameters
考题
单选题A developer is designing a web application which extensively uses EJBs and JMS. The developer finds that there 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 a solution for this problem?()A
CommandB
Transfer objectC
Service locatorD
Session FaçadeE
Business delegateF
Data access object
考题
多选题You are designing an n-tier Java EE application. You have already decided that some of your JSPs willneed to get data from a Customer entity bean. You are trying to decide whether to use a Customer stubobject or a Transfer Object. Which two statements are true?()AThe stub will increase network traffic.BThe Transfer Object will decrease data staleness.CThe stub will increase the logic necessary in the JSPs.DIn both cases, the JSPs can use EL expressions to get data.EOnly the Transfer Object will need to use a Business Delegate.
考题
多选题In an n-tier application, which two invocations are typically remote, not local?()AJSP to Transfer ObjectBService Locator to JNDICController to request objectDTransfer Object to Entity BeanEController to Business Delegate
考题
多选题You are asked to configure the configuration archival feature on your Junos devices.Which two transfer methods are available?()ATFTPBFTPCSCPDSFTP
考题
单选题A developer is designing a multi-tier web application and discovers a need to hide the details of establishingand maintaining remote communications from the client. In addition, the application needs to find,in a transparent manner,the heterogeneous business components used to service the client’s requests. Which design patterns, working together, address these issues?()A
Business Delegate and Transfer ObjectB
Business Delegate and Service LocatorC
Front Controller and Business DelegateD
Intercepting Filter and Transfer Object
考题
多选题What are two characteristics of the Cisco Validated Design program? ()(Choose two.)Afacilitates customer deployments that are less reliableBfacilitates customer deployments that are more predictableCseparates products and technologies into individual portfoliosDincorporates products and technologies into a broad portfolioEstrives to protect access to design documentation
考题
单选题A company needs to connect seven of their Windows-based servers to a DS4000 storage server. The DS4000 only has two host-side connections, and each server has two HBAs. Which of the following is the lowest cost solution to provide no single points of failure?()A
Implement two 8-port switches design with ISLsB
Implement two 16-port switches design with ISLsC
Implement two 8-port switches design without ISLsD
Implement two 16-port switches design without ISLs
考题
单选题The complete details of a crude oil washing system aboard your vessel,including the operating sequences and procedures,design characteristics,a description of the system,and required personnel will be found in the().A
Oil Transfer Procedures ManualB
Crude Oil Washing Operations and Equipment ManualC
Code of Federal RegulationsD
Crude Oil Washing addendum to the Certificate of Inspection
考题
多选题A Company.com developer chooses to avoid using SingleThreadModel but wants to ensure that data is updated in a thread-safe manner. Which two can support this design goal?()AStore the data in a local variable.BStore the data in an instance variable.CStore the data in the HttpSession object.DStore the data in the ServletContext object.EStore the data in the ServletRequest object.
考题
多选题Which two characteristics describe the UDP protocol?()Alimited error checkingBdefined timersCno recovery mechanismsDthree-way handshake
考题
多选题Which two of these are characteristics of Metro Ethernet? ()Aclass of serviceBbandwidth profilesCuser-network interfaceDEthernet LAN circuit attributesEEthernet virtual circuit attributes
考题
多选题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 developer chooses to avoid using SingleThreadModel but wants to ensure that data is updated in athread-safe manner. Which two can support this design goal?()AStore the data in a local variable.BStore the data in an instance variable.CStore the data in the HttpSession object.DStore the data in the ServletContext object.EStore the data in the ServletRequest object.
热门标签
最新试卷