Autowire a service class and create a new object of the same service class
If I Autowire a service class and create a new object of the same service class again by new Service(). How many service object will get created?
Spring @Autwired and @Qualifier Annotation Behavior
Here is config.xml: