Multiple choice technology architecture

Which of the following statement is true about Enterprise Java Beans architecture?

  1. EJB architecture defines distributed component based architecture for business applications

  2. EJB is a standard that is built on top of Web Services architecture

  3. EJB Architecture is language independent, meaning that it is possible to write components using any programming language.

  4. none

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

EJB architecture defines a distributed component-based architecture for building enterprise business applications. It provides services like transaction management, security, and persistence while allowing developers to focus on business logic. EJB is Java-specific (not language-independent) and predates Web Services, being built on RMI-IIOP, not Web Services architecture.