MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following describes the MVC pattern correctly? |
| A. | in this pattern, a visitor class is used which changes the executing algorithm of an element class. |
| B. | this pattern is used to separate application\s concerns. |
| C. | this pattern is used to decouple presentation tier and business tier. |
| D. | this pattern is used in ejb persistence mechanism. |
| Answer» C. this pattern is used to decouple presentation tier and business tier. | |