Spring / Spring Interview questions II
Difference between ref bean and ref local attribute in Spring.
ref local requires that the bean being referenced is in the same config file.
Ref bean requires only it to be in the same context or in the parent context.
More Related questions...