Multiple choice technology embedded technologies

EJB component is a set of

  1. bean

  2. objects

  3. classes & nterfaces

  4. methods

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

An Enterprise JavaBean (EJB) component is defined by a set of Java classes and interfaces, such as the bean implementation class, home interface, and component interface. Together, these define the EJB's lifecycle and client interactions, making this option the only complete definition.