what is the difference between servlets and struts?
Answer Posted / sandy
servlet is used to web based application.where as struts is
a framework it is easy to configure the validation part
comparing to servlet.
to built an web based application servlet take more amount
of time comparing struts.in struts we use action servlet
struts work under mvc architecture where servlet acts as a
controller part
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
Define servlet mapping?
What are different ways for servlet authentication?
What is a servlet context object?
Why do you use session tracking in httpservlet?
What are the phases of a servlet life cycle?
Can we override destroy method in servlet?
How do we call one servlet from another servlet?
What is the GenericServlet class?
What is new in ServletRequest interface ? (Servlet 2.4)
What do you mean by annotations in servlet?
Explain the steps involved in placing a servlet within a package?
What do you mean by chaining in servlet?
What are the drawbacks of cgi?
What do you mean by cgi?
What's the advantages using servlets than using cgi?