nerdexam
Oracle

1Z0-441 · Question #21

The content of a collection, exposed by JavaBean data control, is changed programmatically by adding a new object to the collection through Java in response to a command button action. Which event…

The correct answer is A. oracle.adfmf.java.beans.PropertyChangeSupport propertyChangeSupport =. See the full explanation below for the reasoning.

Question

The content of a collection, exposed by JavaBean data control, is changed programmatically by adding a new object to the collection through Java in response to a command button action. Which event do you need to raise at the end of the Java call to ensure that the user interface is refreshed to display the changes applied from Java?

Options

  • Aoracle.adfmf.java.beans.PropertyChangeSupport propertyChangeSupport =...
  • Boracle.adfmf.framework.api.AdfmfJavaUtilities.flushDataChangeEvent();
  • Coracle.adfmf.java.beans.ProviderChangeSupport providerChangeSupport =...
  • DThere is no need to raise an event from Java because the framework will automatically

How the community answered

(39 responses)
  • A
    82% (32)
  • B
    3% (1)
  • C
    5% (2)
  • D
    10% (4)

Community Discussion

No community discussion yet for this question.

Full 1Z0-441 Practice