1Z0-900 Exam Question 86

Given:

Which annotation do you use on line 1to ensure that clients immediately time out when attempting to concurrently invoke callMethod ()while another client is already accessing the bean?
  • 1Z0-900 Exam 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?
  • 1Z0-900 Exam Question 88

    Which is a valid description of REST?
  • 1Z0-900 Exam Question 89

    Given the following class definition with numbered lines:

    How do you specify to use this mock CDI bean implementation instead of the regular implementation class?
  • 1Z0-900 Exam Question 90

    Given the code fragment:

    How long does this cookie persist?