最新的Oracle Application Development Framework 12c Essentials - 1z0-419免費考試真題
問題1
Select three options that page template developers can use when creating a page template. (Choose three.)
正確答案: B,D,E
問題2
Identify the two phases in the JSF life cycle that are always processed for a request, regardless if errors occur. (Choose two)
正確答案: C,F
問題3
Consider the JSF managed bean code to execute a function in ADF Business Components via an af:button actionListener on a page:
public void doSomethinq(ActionEvent event) {
BindingContainer bindings = BindingContext getCurrent() getCurrentBindingsEntry();
OperationMethod method = bindings.getOperationBinding
("appModuleMethod");
Map paramsMap = method. getParamsMap();
paramsMap put CsomeParameter","someValue");
method.execute();
}
Which three options must be implemented for this code to work? (Choose three.)
public void doSomethinq(ActionEvent event) {
BindingContainer bindings = BindingContext getCurrent() getCurrentBindingsEntry();
OperationMethod method = bindings.getOperationBinding
("appModuleMethod");
Map paramsMap = method. getParamsMap();
paramsMap put CsomeParameter","someValue");
method.execute();
}
Which three options must be implemented for this code to work? (Choose three.)
正確答案: A,C,D
問題4
Which three statements are true about afpanelTabbed? (Choose three.)
正確答案: C,D,E
問題5
Consider a case where an application does not respond as predicted when a user submits data. Where would you set a breakpoint to debug the issue? (Choose the best answer)
正確答案: D
問題6
Which statement describes the Oracle implementation of model-view-controller (MVC)? (Choose the best answer.)
正確答案: B
問題7
You create a view object CustomersVO based on an entity object CustomerEO . How would you declaratively change the result set returned from the view object:
正確答案: A
問題8
Which option is not supported by an af:table component? (Choose the best answer)
正確答案: A
問題9
Which three statements are true about using a dvt;map component on a page?
正確答案: B

