Hi Santosh
Head First EJB Page 253
Question# 7 What is true about Session Bean's Life cycle?
Option B --> A passivated bean must be activated before it can be removed is not checked
The explanation for option B is nope.
Are the book writers right?
I have no clue why is it nope? Any explanations or am I supposed to memorize this point??
In this question it does not talk about remove() method by the client. It says remove in general. A passivated bean can timeout
Where as on page 282 the authors are talking about the remove() method call on the bean by client. I still think "unless the bean is already passivated" should be something like " unless the bean is already passivated and timed out"
Thanks