Multiple choice

Which of the following beans is used if the bean does not hold the information about the client across method invocations?

  1. Stateful session bean

  2. Stateless session bean

  3. Java beans

  4. Java applet

  5. Optimized method invocation

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

The stateless session bean is used if the bean does not need to hold the information about the client across method invocations.