InterviewSolution
Saved Bookmarks
| 1. |
How EJB implements dependency injection? |
|
Answer» EJB 3.0 specification provides annotations which can be applied on fields or setter methods to inject dependencies. EJB Container uses the global JNDI registry to locate the dependency. |
|