Identify two characteristics of model-view-controller a…

Identify two characteristics of model-view-controller architecture.

Identify two characteristics of model-view-controller architecture.

A.
The separation of user interface components from the underlying application and business logic makes the
code more flexible and easier to maintain.

B.
The view layer represents the data values bound to the current page.

C.
When a user interacts with the view, the controller handles page navigation.

D.
The view reads data from the controller to render the appropriate user interface.

Explanation:
A: Key Benefits of the model-view-controller architecture are:
Speeds up application development
Protects from technology shifts
Increase reusability across applications
Create open and standard based applicationsC: The controller layer processes user input and determines page navigation.
Incorrect Answers:
B: The model layer represents the data or state of the component and is its underlying logical representation.
D: The business service layer, not the view layer, handles data access.
https://blogs.oracle.com/ArdaEralp/entry/introduction_to_oracle_adf



Leave a Reply 0

Your email address will not be published. Required fields are marked *