Thursday, 9 May 2013

What are the callbacks method in Session Bean ? | EJB Interview Questions

public void ejbCreate() {}
public void ejbRemove() {}
public void ejbActivate() {}
public void ejbPassivate() {}
public void setSessionContext(SessionContext sc) {}


No comments: