Multiple choice technology programming languages

Stateful session beans contain

  1. Home Interface

  2. Remote Interface

  3. Bean Class

  4. All the above

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

Stateful session beans in EJB (Enterprise JavaBeans) architecture consist of three components: the Home Interface for lifecycle management, the Remote Interface for client access, and the Bean Class containing business logic.