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
How to handle exceptions thrown by application with another servlet?
What are the differences between servlet context vs servlet config?
What do you mean by interservlet communication?
What is the servletconfig object?
Why is servlet used?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What are the uses of servlet
What is the difference between servlet and filter?
What is servlet lazy loading?
What's the use of servletcontext?
How do we go with database connection and log4j integration in servlet?
Explain the difference between get and post method in servlet?
Write a servlet to upload file on server.
How do I know if java is running on linux?
What are different ways for servlet authentication?