![]() Related Questions Latest Answer : No, becuase ejbRemove() is used to control EJB lifecycle. It will be called by EJB container whenever that EJB has not been used for long time. ... Latest Answer : yaBut,you must provide implementation in same abstract class,as you cannot override that final method in sub class. ... Tags : Abstract Latest Answer : No,when you declare a abstract method in a class then you have to declare that class as abstract,so that the sub class of that class can implement it.But when you declare a class as final that means you cann't extend it further,so if you now declare a ... Tags : Abstract Latest Answer : When first time the beans instance is created,it will be added in pool cache.when it goes out of scope,then ejbPassivate() is called,again when it is called then it is activated using ejbActivate() in pool cache.But no more reference to that object ... Latest Answer : ejbPassivate() means it will remove the bean instance from the pool cache, but it will be there in container and when a reference is called ,it will take that instance to pool cache.ejbRemove() means it will remove the bean from the container. ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||