Multiple choice technology programming languages

Stateful Session beans contain

  1. Home Interface

  2. Remote Interface

  3. Bean Class

  4. All

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

Stateful Session Beans in EJB (Enterprise Java Beans) architecture consist of three components: the Home Interface for creating and locating beans, the Remote Interface for defining business methods, and the Bean Class containing the implementation. All three components are essential for the complete EJB structure.