Google News
logo
EJB - Interview Questions
Explain @javax.ejb.Local annotation.?
@javax.ejb.Local annotation is used to specify Local interfaces of a session bean. This local interface states the business methods of the session bean whichcanbestatelessorstateful.

This interface is used to expose the business methods to local clients which are running in same deployment/application as EJB.
Advertisement