1.

Explain the difference between @autowired and @inject?

Answer»
 AutowiredInject
1.Spring's LEGACY annotationAvailable from Spring 3 onwards
2.Process to figure out DEPENDENCIES of a beanStandard annotation for DI
3.Contains 'required' attributeDoes not CONTAIN 'required' attribute


Discussion

No Comment Found