Java Stream Question and Answers
21. | What is a container and its role in EJB? |
---|---|
|
|
22. | What is the primary difference between RPC and RMI? |
---|---|
|
|
23. | What is a transaction? |
---|---|
|
|
24. | What is Instance swapping? |
---|---|
If a client request is received and no bean instance is associated with the EJB object, an instance is retrieved from the pool and assigned to the EJB object. This is called instance swapping. | |