What is the scope for business service class in Spring MVC
Answers
Answered by
0
now coming to your question the spring frame work support five scopes they are singleton: this proves scope of the bean definition to single instance per spring loC container Prototype: this proves scope for a single bean definition to have any number of objects instance
Answered by
0
Spring framework is one of the most prominent frameworks of the Java Enterprise application.
The Dependency injection of the Spring framework is quite an useful feature of the Java based application. the core idea of the Spring framework is the fact that it helps in building decoupled systems quite easily and quickly for that matter.
There are many advantages of using it.
Similar questions