1.

Which of the following is true regarding the model-view- controller architecture?(a) The model corresponds to the business logic layer(b) The view defines the presentation of data(c) The controller receives events, executes actions on the model and returns a view(d) All of the mentionedThis question was addressed to me in exam.This interesting question is from Application Architectures in division Application Design and Development of RDBMS

Answer»

The correct OPTION is (d) All of the mentioned

The explanation: In the model-view-controller architecture, the model corresponds to the business logic layer, the view DEFINES the way data is PRESENTED and the controller RECEIVES EVENTS, executes actions on the model and returns a view.



Discussion

No Comment Found

Related InterviewSolutions