Multiple choice

In MCV architecture, 'view' components are basically

  1. EJB

  2. Java Beans

  3. HTML

  4. JSPs

  5. 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.