Multiple choice

On invoking the method of which of the following beans, the bean's instance variables may contain a state, but only for the duration of the invocation?

  1. Stateful session bean

  2. Java beans

  3. Java applet

  4. Java servlets

  5. Stateless session bean

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

When a client invokes the method of a stateless bean, the bean's instance variables may contain a state, but only for the duration of the invocation.