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
What do you understand by mime type?
How do you find out what client machine is making a request to your servlet
What is difference between server and servlet?
How many objects of a servlet is created?
Can you create a deadlock condition on a servlet?
Write all the phases defined in servlet life cycle?
What are life cycle methods of a servlet?
What are the different methods involved in generic servlet?
What are the advantages of servlets over traditional cgi?
Explain the features are in servlet 3?
What exactly is a servlet?
What’s the difference between forward() and sendredirect() methods?
Define servlet mapping?
Explain in brief the directory structure of a web application?
What is cgi?