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?()
第1题:
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?()
第2题:
开发者(developer)是唯一一类需要特殊权限组完成自己工作的数据库用户
第3题:
Where should a Developer go to freely manipulate inline style coding for an object?()
第4题:
A developer is designing a web application that makes many fine-grained remote data requests for each client request. During testing, the developer discovers that the volume of remote requests significantly degrades performance of the application. Which design pattern provides a solution for this problem?()
第5题:
A developer is designing a web application that makes many fine-grained remote data requests for eachclient request. During testing, the developer discovers that the volume of remote requests significantlydegrades performance of the application. Which design pattern provides a solution for this problem?()
第6题:
Which two IDEs are supported development environments for WebLogic Server 12c in version 12.1.1?()
第7题:
You are the desktop administrator for your company. Your company’s software developers use Windows XP Professional and IIS on their client computers to develop Web-based applications. All client computers use Microsoft Internet Explorer 6. 0 or later as their Web browser. One of the developers reports that he can no longer access the Web-based application on his desktop by using his Web browser. When you attempt to access the application by using your Web browser, you receive the following error message: “Cannot find server or DNS Error.” You verify that the World Wide Web Publishing Service is started on the developer’s computer. You also verify that you are using the correct URL to access the developer’s computer by using your Web browser. You need to ensure that the developer can access the Web application by using his Web browser. How should you configure the developer’s computer?()
第8题:
Flyweight
Transfer Object
Service Locator
Dispatcher View
Business Delegate
Model-View-Controller
第9题:
函数
过程
类型
触发器
第10题:
Websphere Developer Studio
NetBeans
InteliJ IDIA
JDeveloper
Eclipse
WebLogic Workshop
第11题:
The developer must ensure that every URL is properly encoded using the appropriate URL rewriting APIs
The developer must provide an alternate mechanism for managing sessions and abandon theHttpSession mechanism entirely
The developer can ignore this issue. Web containers are required to support automatic URL rewriting when cookies are not supported
The developer must ass the string ?id=
第12题:
The program developer must create a thread to be responsible for free the memory.
The garbage collection will check for and free memory no longer needed.
The garbage collection allow the program developer to explicity and immediately free the memory.
The garbage collection can free the memory used java object at expect time.
第13题:
以下哪几项是Oracle客户端连接工具()
第14题:
Given the security constraint in a DD:// 101.
第15题:
A developer has created a special servlet that is responsible for generating XML content that is sent to adata warehousing subsystem. This subsystem uses HTTP to request these large data files, which are compressed by the servlet to save internal network bandwidth. The developer has received a request frommanagement to create several more of these data warehousing servlets. The developer is about to copyand paste the compression code into each new servlet. Which design pattern can consolidate thiscompression code to be used by all of the data warehousing servlets?()
第16题:
Which statements about the garbage collection are true?()
第17题:
The JSP developer wants a comment to be visible in the final output to the browser. Which comment styleneeds to be used in a JSP page?()
第18题:
使用PL/SQL Developer可以创建和修改的程序单元有()。
第19题:
Facade
View Helper
Transfer Object
Intercepting Filter
Composite Facade
第20题:
Flyweight
Transfer Object
Service Locator
Dispatcher View
Business Delegate
Model-View-Controller
第21题:
Command
Transfer object
Service locator
Session Façade
Business delegate
Data access object
第22题:
<!-- this is a comment -->
<% // this is a comment %>
<%-- this is a comment --%>
<% /** this is a comment **/ %>
第23题:
Transfer Object
Service Locator
Intercepting Filter
Business Delegate
第24题:
Command
Transfer Object
Service Locator
Session Facade
Business Delegate