Apache Struts Question:

What is role of Action Class?

Tweet Share WhatsApp

Answer:

An Action Class performs a role of an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request.

Download Struts PDF Read All 41 Struts Questions
Previous QuestionNext Question
How is the Action Mapping specified?In which method of Action class the business logic is executed?