InterviewSolution
Saved Bookmarks
| 1. |
What is the architecture model of Struts? |
|
Answer» Strut is a combination of JSP, Java Servlets, MESSAGES and CUSTOM tags that together form an application development framework for developing enterprise-level applications. It is based on MVC (Model-View-Controller) architecture.
|
|