Google News
logo
EJB - Interview Questions
How EJB implements dependency injection?
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.
Advertisement