Even though Servlets and JSP are web based concepts .wht is
the use of using Struts using then
Answer Posted / ramkiran
If ur using jsps internally we are using serlet so for
every request page(jsp)we have internally one servlet so
that container will takes some waht burden. and one more
difference is that session
So Struts Frame work , when ever the reuest will comes
ActionServlet will takes internally and maps the Servlet-
Config.xml file.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the struts2 error message keys that can come during file uploading process?
What are the different kinds of actions in struts?
How many instances of servlet usually run in a struts application ?
Why is action servlet a singleton in struts?
What are the features of struts?
How many servlet controllers are used in a Struts Application?
What are the major differences between html tags and strut specific html tags?
What is the use of reset method of ActionForm class?
What are the steps used to setup dispatch action?
What do you mean by inner class and anonymous class?
What is the purpose of @stringlengthfieldvalidator annotation?
What is container struts2?
Explain about struts dispatch action?
What are the components of struts?
What is the purpose of redirect result type?