Looser coupling
Tighter coupling
Lower cohesion
Higher cohesion
Weaker encapsulation
Stronger encapsulation
第1题:
A team of programmers is reviewing a proposed API for a new utility class.After some discussion, they realize that they can reduce the number of methods in the API without losing any functionality.If they implement the new design, which two principles will they be promoting?()
第2题:
A team of programmers is reviewing a proposed API for a new utility class. After some discussion, theyrealize that they can reduce the number of methods in the API without losing any functionality. If theyimplement the new design,which two OO principles will they be promoting?()
第3题:
Which of the following is a benefit of a hot spare?()
第4题:
Which two statements are true about using the isUserInRole method to implement security in a Java EEapplication?()
第5题:
A team of programmers is involved in reviewing a proposed design for a new utility class. After some discussion, they realize that the current design allows other classes to access methods in the utility class that should be accessible only to methods within the utility class itself. What design issue has the team discovered?()
第6题:
A team of programmers is reviewing a proposed API for a new utility class. After some discussion,they realize that they can reduce the number of methods in the API without losing any functionality.If they implement the new design, which two OO principles will they be promoting?()
第7题:
for which
in which
upon which
第8题:
Extend java.lang.Thread and override the run method.
Extend java.lang.Runnable and override the start method.
Implement java.lang.thread and implement the run method.
Implement java.lang.Runnable and implement the run method.
Implement java.lang.Thread and implement the start method.
第9题:
Tight coupling
Low cohesion
High cohesion
Loose coupling
Weak encapsulation
第10题:
Looser coupling
Tighter coupling
Lower cohesion
Higher cohesion
Weaker encapsulation
Stronger encapsulation
第11题:
Looser coupling
Tighter coupling
Lower cohesion
Higher cohesion
Weaker encapsulation
Stronger encapsulation
第12题:
Lower cost
Allows two RAID 1 drives to simultaneously fail without losing any data
Enhanced fault tolerance
Enhanced performance
第13题:
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?()
第14题:
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?()
第15题:
A team of programmers is involved in reviewing a proposed design for a new utility class, After some discussion, they realize that the current design allows other classes to access methods in the utility class that should be accessible only to methods within the utility class itself. What design issue has the team discovered?()
第16题:
A company that makes Computer Assisted Design (CAD) software has, within its application, some utility classes that are used to perform 3D rendering tasks. The company's chief scientist has just improved the performance of one of the utility classes' key rendering algorithms, and has assigned a programmer to replace the old algorithm with the new algorithm. When the programmer begins researching the utility classes, she is happy to discover that the algorithm to be replaced exists in only one class. The programmer reviews that class's API, and replaces the old algorithm with the new algorithm, being careful that her changes adhere strictly to the class's API. Once testing has begun, the programmer discovers that other classes that use the class she changed are no longer working properly. What design flaw is most likely the cause of these new bugs?()
第17题:
A company that makes Computer Assisted Design (CAD) software has, within its application, some utilityclasses that are used to perform 3D rendering tasks. The company’s chief scientist has just improved theperformance of one of the utility classes’ key rendering algorithms, and has assigned a programmer toreplace the old algorithm with the new algorithm. When the programmer begins researching the utilityclasses, she is happy to discover that the algorithm to be replaced exists in only one class. The programmer reviews that class’s API, and replaces the old algorithm with the new algorithm, being carefulthat her changes adhere strictly to the class’s API. Once testing has begun, the programmer discovers thatother classes that use the class she changed are no longer working properly. What design flaw is mostlikely the cause of these new bugs?()
第18题:
You are designing the placement of the global catalog servers. You want to use the minimum number of global catalog servers that are required. Which design should you use?()
第19题:
One global catalog server in New York.
Two global catalog servers in New York.
One global catalog server in Chicago and one global catalog server in New York.
Two global catalog servers in Chicago and two global catalog servers in New York.
One global catalog server in Chicago, one global catalog server in New York, and one global catalog server in Boston.
第20题:
Looser coupling
Tighter coupling
Lower cohesion
Higher cohesion
Weaker encapsulation
第21题:
The Aironet Desktop Utility (ADU) can be used to enable or disable the adapter radio and to configure LEAP authentication with dynamic WEP.
In Windows XP environment, a client adapter can only be configured and managed with the Microsoft Configuration Manager.
The Microsoft Wireless Configuration Manager can be configured to display the Aironet System Tray Utility (ASTU) icon in the Windows system tray.
The Cisco Aironet Desktop Utility (ADU) and the Microsoft Wirelss Configuration Manager can both be enabled at the same time to setup WLAN client cards.
第22题:
Looser coupling
Tighter coupling
Lower cohesion
Higher cohesion
Weaker encapsulation
第23题:
int ia = new int [15];
float fa = new float [20];
char ca = “Some String”;
Object oa = new float[20];
Int ia = (4, 5, 6) (1, 2, 3)
第24题:
It can be invoked only from the doGet or doPost methods.
It can be used independently of the getRemoteUser method.
Can return true even when its argument is NOT defined as a valid role name in the deployment descriptor.
Using the isUserInRole method overrides any declarative authentication related to the method in which it is invoked.