Coffee Cram Ch 5 Question 8
What is true about the clients view of an entity bean's remote component interface?
A. Multiple clients can access the same entity object concurrently.
B.
C.
D. Business methods cannot return a reference to the entity object.
---
To the above question the book says that the correct answer is A. But I thought that D is also a correct answer. Is it not true that you never want to return a reference to the entity bean to the client..( you want the client to always goes through the
EJB Object to get to the client)
Or does entity object refer to something else?? Am i mistaking it to be the entity bean??
Any clarifications would be greatly appreciated.
Thanks.