Spring / Spring Beans
Can a spring bean tag with no id or name attribute be created?
Yes. Some spring beans are not required to be accessed by any other beans in the context file or by programmatically. So it does not require an id or name attribute as they are not referenced.
More Related questions...