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
How can duplicate form submission be handled in struts 2?
What is the purpose of redirect result type?
What does the term struts mean?
What are the ways in which duplicate form submission can occur?
Who makes the struts?
List the important attribute and elements of action mapping under struts.
How exceptions are handled in struts application?
How do you create message resource?
Which design pattern the interceptors in struts2 is based on?
What does apache struts do?
What are the steps used to setup dispatch action?
How can we integrate log4j in Struts2 application?
What is the difference between filters and interceptors ?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
In how many ways duplicate form submission can occurs?