Question 86
Which two statements are true in regard to using the Enterprise Structures Configuration? (Choose two.)
Question 87
Given the code sample:

And:

And:

And the next fragment from beans.xml:

And this injection point:
@Inject GenericMessenger messageHandler;
Which type would be injected at run time and referenced by the messageHandlervariable?
SmsHandler

And:

And:

And the next fragment from beans.xml:

And this injection point:
@Inject GenericMessenger messageHandler;
Which type would be injected at run time and referenced by the messageHandlervariable?
SmsHandler
Question 88
Which statement is true about the WS-Security standard?
Question 89
Give the code fragment:

And the code fragment:

The sendConfirmation()and reserve()methods should be executed in the same transactional context.
Which transaction attributes do you ensure this?

And the code fragment:

The sendConfirmation()and reserve()methods should be executed in the same transactional context.
Which transaction attributes do you ensure this?
Question 90
Given the code fragment:

How long does this cookie persist?

How long does this cookie persist?