Multiple choice technology architecture

I want to build a presentation layer in J2EE. Which option mentioned below would suit me?

  1. Web Services

  2. Struts

  3. JDBC

  4. EJB

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

Struts is a MVC framework specifically designed for building presentation layers in J2EE applications. It provides structured web application development with clear separation between Model, View, and Controller components. Web Services are for service-oriented architecture, JDBC is for database connectivity, and EJB is for business logic and enterprise services.