Multiple choice technology web technology A stateful session bean: Can be shared between multiple clients Is created when the client invokes create on the Home Is the most scalable type of bean 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.