Oracle
1Z0-419 · Question #39
Which two are reasons why you might set the bind variables of a view object at run time programmatically rather than using the declarative features of the framework? (Choose two.)
The correct answer is B. After a bind variable is set using the declarative method, its value is immutable unless updated D. The bind variable is derived by calling a Java method rather than receiving the value from a user. See the full explanation below for the reasoning.
Question
Which two are reasons why you might set the bind variables of a view object at run time programmatically rather than using the declarative features of the framework? (Choose two.)
Options
- AThe framework can set only one bind variable declaratively on each view object query. Attempting
- BAfter a bind variable is set using the declarative method, its value is immutable unless updated
- CIn all cases, ADF developers should code solutions rather than using declarative solutions
- DThe bind variable is derived by calling a Java method rather than receiving the value from a user.
- EThe bind variable value entered by and understandable by a user must be modified using Java
How the community answered
(34 responses)- A9% (3)
- B76% (26)
- C12% (4)
- E3% (1)
Community Discussion
No community discussion yet for this question.