InterviewSolution
Saved Bookmarks
| 1. |
How Many Servlet Controllers Are Used In A Struts Application? |
|
Answer» STRUTS framework WORKS on the concept of CENTRALIZED control APPROACH and the WHOLE application is controlled by a single servlet controller. Hence, we require only one servlet controller in a servlet application. Struts framework works on the concept of centralized control approach and the whole application is controlled by a single servlet controller. Hence, we require only one servlet controller in a servlet application. |
|