1Z0-895 試験問題を無料オンラインアクセス

試験コード:1Z0-895
試験名称:Java EE 6 Enterprise JavaBeans Developer Certified Expert
認定資格:Oracle
無料問題数:90
更新日:2026-09-20
評価
100%

問題 1

A stateful session bean needs to restore its conversational state to its initial state if the transaction in which the bean is participating rolls back.
Which bean method can be used to do this?

問題 2

Suppose a developer wants to create an automatic persistent timer that performs data validation every hour. Given the following stateless session bean:
@Stateless
Public class OrderVerificationBean {
Private void verificationExternalOrders () {
/ / do something
}
}
What is the minimum modification you would need to make to the bean to create the automatic persistent timer?

問題 3

A java EE application contains a session bean which uses a security role USER. A group called people is defined an LDAP server. Which two define appropriate EJB role responsibilities? (Choose two.)

問題 4

A developer implements a CMT session bean with a method storeBoth which inserts data both a related database and an LDAP server. The relational database supports transactions while the LDAP system does NOT.
Given that both updates should succeed or be rolled back, while is the best solution?

問題 5

Given the following code in an EJB session bean:

Which code, inserted at Line 15, portably looks up the injected resource?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。