I have an interface ITestClass..and there are methds which implements ItestClass..While using in spring if i use @Autowired ITestClass itestClass,spring will find the implemented class and call the respective method from that class during runTime..how is that possible without spring and without using reflections..I have an interface ITestClass..and there are m