InterviewSolution
| 1. |
Explain @javax.ejb.local Annotation. |
|
Answer» @javax.ejb.Local annotation is USED to SPECIFY Local interface(s) of a session bean. This local interface states the business methods of the session bean (which can be stateless or stateful). @javax.ejb.Local annotation is used to specify Local interface(s) of a session bean. This local interface states the business methods of the session bean (which can be stateless or stateful). |
|