Question 56

Given the code fragment:

How can you apply DateConverterto the birthdayfield?
  • Question 57

    Given:

    Which annotation do you use on line 1 to ensure that clients immediately time out when attempting to concurrently invoke callMethod () while another client is already accessing the bean?
  • Question 58

    Which two capabilities are provided by the Java Authentication and Authorization Services (JAAS) API?
    (Choose two.)
  • Question 59

    Which code snippet indicates that the page you are designing is capable of handling errors?
    A:

    B: <%= requestScope['javax.servlet.error'] !=null %>
    C: <%@page isErrorPage="true"%>
    D: <c:set var="errorHandler" value="true"/>
  • Question 60

    Your customer wants to transfer material from facility A to facility
    B. They are using the interorganization transfer to perform the transaction in the system. Their requirement is "whenever material is transferred from their facility A to facility B, facility B needs to pay 5% additional amount to the current item cost".
    Which task must be set up to accomplish this requirement?