Multiple choice In MCV architecture, 'view' components are basically EJB Java Beans HTML JSPs None of these Reveal answer Fill a bubble to check yourself D Correct answer Explanation MVC (Model View Controller) is a pattern for designing software. In the pattern, we separate out the various responsibilities to well defined sets of classes. In the MCV architecture , 'view' components are basically JSPs.