InterviewSolution
Saved Bookmarks
| 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 |
|