Google News
logo
Java Springs - Interview Questions
What are the various ways of using Spring Framework?
Spring Framework can be used in various ways. They are listed as follows :
 
* As a Full-fledged Spring web application.
* As a third-party web framework, using Spring Frameworks middle-tier.
* For remote usage. 
* As Enterprise Java Bean which can wrap existing POJOs (Plain Old Java Objects).
 
The next section of Spring Interview Questions is on Dependency Injection and IoC container.
Advertisement