ALooser coupling
BTighter coupling
CLower cohesion
DHigher cohesion
EWeaker encapsulation
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?()
单选题查看答案
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?()
单选题查看答案
A programmer must create a generic class MinMax and the type parameter of MinMax must implementComparable. Which implementation of MinMax will compile?()
单选题查看答案
You need to rename a data file of a tablespace. How would you perform this?()
单选题查看答案
Given: Which code, inserted at line 16, correctly retrieves a local instance of a Point object?()
单选题查看答案
Given: Which code, inserted at line 16, correctly retrieves a local instance of a Point object?()
单选题查看答案
Given: What is the result of calling search with a valid List implementation? ()
单选题查看答案
You are an Enterprise Architect in a large IT organization. Your organization has deployed applications on a variety of containers such as WLS, WebSphere, and JBoss. Why would you consider consolidating on a single type of container (instead of mix) ? ()
单选题查看答案
Which two code fragments correctly create and initialize a static array of int elements?()
多选题查看答案