1Z0-895 試験問題を無料オンラインアクセス
試験コード: | 1Z0-895 |
試験名称: | Java EE 6 Enterprise JavaBeans Developer Certified Expert |
認定資格: | Oracle |
無料問題数: | 90 |
更新日: | 2025-09-13 |
A developer wants to create an enterprise bean that uses the EJB Timer service.
Which two are true? (Choose two.)
Assume you have been tasked with building an ejb-jar containing an EJB application. The EJB application contains local, remote, and web service and-point EJBs that provide reusable services within an enterprise. When the application is deployed clients will access the remote session beans using the global JNDI name java/: ServiceLayer / <bean_name>. All of the EJBs are located in the com.acme.servicelayer package and are deployed as class files. The application uses a maximum of deployment descriptor and annotation configuration?
A developer impalements an asynchronous implementation for calculating insurance proposals. The input data for the calculations is made available on a single message queue. Two types of insurance proposals will be calculated: car and life. Message with data for other insurance types are posted on the queue but should be left on the queue by this implementation.
Which statement is true?