Exit 1Z0-895 Java EE 6 Enterprise JavaBeans Developer Certified Expert
Question 3 of 5
0% complete
Q3 Multiple choice

Which two statements are correct about stateless session beans? (Choose two.)

Select all that apply.

  • A

    The bean class may declare instance variables.

  • B

    The lifetime of the bean instance is controlled by the client.

  • C

    The container may use the same bean instance to handle multiple business method invocations at the same time.

  • D

    The container may use the same bean instance to handle business method invocations requested by different clients, but not concurrently.