what is the difference between servlets and struts?

Answers were Sorted based on User's Feedback



what is the difference between servlets and struts?..

Answer / asd

Servlet is a simple java class, and struts is framework but
it is used servlet as action class to controll over request
and response.

Is This Answer Correct ?    38 Yes 8 No

what is the difference between servlets and struts?..

Answer / 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

what is the difference between servlets and struts?..

Answer / abinaya

Struts is a tag framework used in .jsp, to simplify
programming of
often used servlet and jsp code. It's similar to JSF, or jsp
tags, you
include tag libraries, Struts libraries and .xml config
files and then
you can use tags in .jsp pages and create servlets from them.
You can use both normal and Struts servlets in one web
application, it
depends on you.

Is This Answer Correct ?    25 Yes 15 No

Post New Answer

More Servlets Interview Questions

can v create a constructor 4 servlet?

7 Answers   Satyam,


What is the directory structure of a war file?

0 Answers  


What do you mean by interservlet communication?

0 Answers  


What is the capacity that doGet method can send to the server?

5 Answers  


What is ServletContext object?

0 Answers  






what are the disadvantages of cookies?

8 Answers  


What are the methods in HttpServlet?

8 Answers  


How do servlets work?

0 Answers  


What is the major difference between context parameter and context attribute?

0 Answers  


What is with the javax.servlet package naming?

2 Answers  


How do we share data using 'getservletcontext ()?

0 Answers  


Life Cycle of servlets?

4 Answers   3i Infotech,


Categories