InterviewSolution
Saved Bookmarks
| 1. |
What is Struts? Explain |
|
Answer» Struts is a FREE, MVC-based, open-source framework that helps developers create modern Java applications. This framework prefers convention over configuration and is EXTENSIBLE through a plugin architecture. Struts was INITIALLY built by CRAIG McClanahan. The first stable version was released in June 2001. Struts 2.0 was released in 2014. |
|