Multiple choice technology programming languages

Stateful Session beans contain

  1. Home Interface

  2. Remote Interface

  3. Bean Class

  4. All of the above

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

Stateful Session Beans consist of three components: the Home Interface (for creating/finding beans), the Remote Interface (business methods), and the Bean Class (implementation). All three are required.