CIW Web DevelopER(JCERT) 認定 1D0-532 試験問題:
1. A mobile WML-enabled device is most likely to support which of the following image file types?
A) tiff
B) wbmp
C) pcx
D) gif
E) jpeg
2. EJB clients must supply which two of the following pieces of information in order to use JNDI services?
A) The class name of the initial context factory
B) The IP address of a Web container
C) A provider URL detailing the location of the name tree
D) The DataSource name for a JDBC database
3. Which two scenarios will always result in the init method of a servlet being invoked?
A) When the servlet is put into service after loading and instantiation
B) When an HTTP INIT type request is made by a client
C) When the server automatically reloads the servlet
D) Every time a new client accesses the servlet
4. Which two of the following scenarios are better modeled in the JMS point-to-point domain than in the JMS publish-subscribe domain?
A) A client application sends insurance policy data to an application that calculates insurance premiums, and waits for the response.
B) A store sends a shipping order to a warehouse to request delivery of a purchased item to a customer.
C) Headquarters of a chain of stores sends messages that contain price update information to several stores that consume messages independently.
D) Many sports teams post scores so that fans can see the latest results for their favorite teams.
5. A JSP developer needs to import the java.util.ArrayList class. What is the correct JSP syntax to import this class?
A) <%@import class="java.util.ArrayList" %>
B) <%@page import="java.util.ArrayList" %>
C) <% import java.util.ArrayList; %>
D) <%! import java.util.ArrayList; %>
質問と回答:
質問 # 1 正解: B | 質問 # 2 正解: A、C | 質問 # 3 正解: A、C | 質問 # 4 正解: A、B | 質問 # 5 正解: B |