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 create war file?
How do we share data using 'getservletcontext ()?
What are Servlets?
Which is the methods of generated servlet?
What is meant by a servlet?
What is difference between jsp and servlet?
What's the advantages using servlets than using cgi?
What is ServletContext object?
What are all the protocols supported by httpservlet?
Which interface should be implemented by all servlets?
What's the servlet interface?
What is the procedure for initializing a servlet?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What are the types of Session Tracking ?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?