Advanced Java Question: Download Advanced Java PDF

Different between Struts and Spring? or Why use Spring, if you are already using Struts?

Tweet Share WhatsApp

Answer:

Struts:
1.Struts is only for web Applications.We can not develop any
type of Java,J2EE applications by using Struts Framework.
2.We can not Integrate other Frameworks with Any other Java
Oriented Frameworks.
Spring:
1.Spring is for developing any kind of Java,J2EE applications.
2.It is Layered architecture.We can integrate any no of
Frameworks with Spring.
3.It has So many features like AOP,IOC.

Download Advanced Java PDF Read All 24 Advanced Java Questions
Previous QuestionNext Question
Does Java pass arguments by value or reference?Explain what is synchronization?