Q3 Multiple choice Flag 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. Correct answer