Multiple choice technology web technology

  1. A stateful session bean:

  1. Can be shared between multiple clients

  2. Is created when the client invokes create on the Home

  3. Is the most scalable type of bean

  4. None

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

Stateful session beans maintain conversational state with a specific client and are created when the client invokes the create() method on the Home interface. They cannot be shared between clients - each client gets its own bean instance.