Google News
logo
EJB - Interview Questions
Explain @javax.ejb.Remote annotation.?
@javax.ejb.Remote annotation is used to specify Remote interfaces of a session bean. This remote interface states the business methods of the session bean whichcanbestatelessorstateful.
 
This interface is used to expose the business methods to remote clients which are running in different deployment/application as EJB.
Advertisement