MVC Architecture Model: contains the business logic and interact with the persistance storage to store, retrive and manipulate data. View: is responsible for dispalying the results back to the user. In Struts …
Category:
Struts
-
-
Struts Interview Questions and Answers 1.What is Action Class? An Action class in the struts application is used to handle the request. It acts as interface or communication medium between …