Multiple choice technology web technology

Choose the technologies used in view part of MVC architecture

  1. HTML

  2. CSS

  3. EJB

  4. Servlets

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

The View layer in MVC architecture is responsible for the user interface and presentation. HTML provides structure, CSS provides styling - both are frontend technologies used in the View. EJB and Servlets are backend technologies used in Model/Controller layers.