最新的Oracle Java EE 7 Application Developer - 1Z1-900免費考試真題
Given the code fragment:

How can you get all property names of a JMS message in the JMS consumer onMessage operation?

How can you get all property names of a JMS message in the JMS consumer onMessage operation?
正確答案: C
While creating the consignment agreement, you have set the consumption advice frequency to "monthly" and the billing cycle close date to "31st August, 2020".
What will happen when you run the consumption advice process on 31st August, 2020?
What will happen when you run the consumption advice process on 31st August, 2020?
正確答案: C
You are building the User Preferences page of an application. A user can change values, such as his or her name, password, address, company, and so on. These values are sent to a CDI backing bean via AJAX when the user tabs out of each field. However, the values must be retained in the CDI bean and stored in the database only when the user clicks the Save button.
Which two scopes will allow your CDI bean to retain its state while the user is interacting with the User Preferences page? (Choose two.)
Which two scopes will allow your CDI bean to retain its state while the user is interacting with the User Preferences page? (Choose two.)
正確答案: D,E
Identify two valid WebSocket message types for which you can register handlers. (Choose two.)
正確答案: A,D
Given the code fragment:

Which code can be added to register both of these methods to receive BankEvent notifications only if an instance of BankActivityService is already instantiated in the current context?

Which code can be added to register both of these methods to receive BankEvent notifications only if an instance of BankActivityService is already instantiated in the current context?
正確答案: C
A customer has one Business Unit, two Legal Entities, and each have eight warehouses (defined as Inventory Orgs). While trying to set up Cost Organizations for each of these Legal Entities you were unable to perform the mandatory step of assigning the Profit Center Business Unit for one set of eight Inventory Organizations; however, you could do it for the other set.
What is the reason for this?
What is the reason for this?
正確答案: A
When handling a JSF request, your application code decided to redirect the call to another URL by using HTTP redirect. Which action should you take to correctly complete the handling of the JSF life cycle?
正確答案: A
Given the code fragment:

What output will be returned when this servlet is called a GET request?

What output will be returned when this servlet is called a GET request?
正確答案: C