Struts 2 Interview Questions and Answers

Apache Struts is a free, open-source, MVC framework for creating elegant, modern Java web applications. It favours convention over configuration, is extensible using a plug-in architecture, and ships with plug-in to support REST, AJAX and JSON. (Source: official Website -Apache struts). The struts framework is a Model View Controller (MVC) based framework and by the use of MVC the logic, view and user input related tasks gets separated and the work is done in a clear manner that can be verified easily. The web framework of struts is known as the request based web application framework. The struts 2 is an efficient and extensible action framework used in order to create the enterprise level web applications in java and this latest version is much simple as compared with the previous one.

Scroll to Top