Multiple choice technology web technology

which of the following is business component?

  1. Servlet

  2. JSP

  3. EJB

  4. All the above

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

EJB (Enterprise JavaBeans) are specifically designed as business components in Java EE architecture. They encapsulate business logic. Servlets handle web requests/responses, JSP handles presentation - neither are business components.